src/index.tsCopied!4 lines · 53 B
export function main(): void {
console.log('ok')
}
src/util/helpers.tsCopied!2 lines · 31 B
export const VERSION = '1.0.0'