UNPKG

@msnraju/al-embed-file

Version:

Creates a codeunit with the Json / Xml / text file embedded.

11 lines (10 loc) 247 B
export interface IOption { fileName: string; outputFileName: string; codeunitID: number; codeunitName: string; } export declare class CLI { static start(): Promise<void>; private static promptForMissingOptions; }