UNPKG

compile-run

Version:

You can execute programs in different languages using this package

5 lines (4 loc) 121 B
/** * Get the extension to be used for executable acc to the OS */ export declare function getExecutableExt(): string;