UNPKG

lerna

Version:

Lerna is a fast, modern build system for managing and publishing multiple JavaScript/TypeScript packages from the same repository

6 lines (5 loc) 203 B
declare function tempWrite(fileContent: any, filePath?: string): Promise<string>; declare namespace tempWrite { var sync: (fileContent: any, filePath?: string) => string; } export default tempWrite;