@chubbyts/chubbyts-packaging
Version:
5 lines (4 loc) • 331 B
TypeScript
export declare const fixCommonjsRequirePaths: (code: string) => string;
export declare const fixModuleImportPaths: (code: string) => string;
export declare const getAllFiles: (path: string) => Array<string>;
export declare const renameAndMoveJsFiles: (path: string, fileEnding: string, fixPaths: (body: string) => string) => void;