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