UNPKG

react-native-notificare

Version:
10 lines (9 loc) 337 B
export declare function copyResources(srcPath: string, destPath: string): void; /** * @throws {Error} */ export declare function replace(contents: string, match: string | RegExp, replace: string): string; /** * @throws {Error} */ export declare function replaceAll(contents: string, match: string | RegExp, replace: string): string;