UNPKG

@gluestack-seal/cli

Version:
7 lines (6 loc) 172 B
interface IText { source: string; replace: string; } declare const reWriteFile: (filePath: string, texts: IText[]) => Promise<unknown>; export default reWriteFile;