4 lines
116 B
TypeScript
4 lines
116 B
TypeScript
|
import * as plugins from './uplapi.plugins.js';
|
||
|
|
||
|
export let demoExport = 'Hi there! :) This is an exported string';
|