UNPKG

@msnraju/al-embed-file

Version:

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

6 lines (5 loc) 152 B
import { IOption } from './cli'; export declare class Writer { static generateCodeunit(options: IOption): void; private static toALCode; }