UNPKG

nx-mesh

Version:
7 lines (6 loc) 190 B
export declare type GetSourceFileProps = { dir: string; root: string; sourcePath?: string; }; export declare const getSourceFile: (props: GetSourceFileProps) => Promise<string>;