typedelectron/ts/index.ts

4 lines
123 B
TypeScript
Raw Normal View History

2023-12-05 18:52:04 +00:00
import * as plugins from './typedelectron.plugins.js';
export let demoExport = 'Hi there! :) This is an exported string';