UNPKG

@chubbyts/chubbyts-packaging

Version:
5 lines (4 loc) 331 B
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;