function updateJsonFile<T>( host: Tree, path: string, callback: UpdateJsonFn<T>, ): Tree { const source = host.read(path); if (source) { const sourceText ...
確定! 回上一頁