UNPKG

@ngneat/transloco

Version:

The internationalization (i18n) library for Angular

6 lines (5 loc) 198 B
import { Tree } from '@angular-devkit/schematics'; /** * Adds a script to the package.json */ export declare function addScriptToPackageJson(host: Tree, scriptName: string, script: string): Tree;