UNPKG

embedded-typescript

Version:
7 lines (6 loc) 154 B
export declare type UserConfig = Partial<Config>; declare type Config = { source: string; }; export declare function run(): Promise<void>; export {};