4 lines
125 B
TypeScript
4 lines
125 B
TypeScript
|
import * as plugins from './smartpuppeteer.plugins';
|
||
|
|
||
|
export let standardExport = 'Hi there! :) This is an exported string';
|