UNPKG

ekushscript

Version:

EkushScript is a Bengali Romanized programming language designed to be simple, fun, and expressive — written in TypeScript.

6 lines 190 B
interface CompileOptions { output?: string; } export declare function compile(filePath: string, options?: CompileOptions): Promise<void>; export {}; //# sourceMappingURL=compile.d.ts.map