UNPKG
@jorgeucanorg/init
Version:
latest (0.0.1)
0.0.1
Add scully to your angular app
@jorgeucanorg/init
/
src
/
scully
/
index.d.ts
3 lines
(2 loc)
•
105 B
TypeScript
View Raw
1
2
3
import
{
Rule
}
from
'@angular-devkit/schematics'
;
export
declare
function
scully
(
options
:
any
):
Rule
;