UNPKG

motoko

Version:

Compile and run Motoko smart contracts in Node.js or the browser.

4 lines 227 B
import { Motoko } from '..'; export declare function resolveMain(mo: Motoko, directory: string): string; export declare function resolveLib(mo: Motoko, directory: string): string; //# sourceMappingURL=resolveEntryPoint.d.ts.map