UNPKG
@jorgeucanorg/init
Version:
latest (0.0.1)
0.0.1
Add scully to your angular app
@jorgeucanorg/init
/
src
/
ng-update
/
index.d.ts
4 lines
(3 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
import
{
Rule
}
from
'@angular-devkit/schematics'
;
/** Entry point for the migration schematics with target of Angular v9 */
export
declare
function
updateToV0
(
):
Rule
;