UNPKG
@huameow/schematics
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
huameow - modern, fast, powerful web framework (@schematics)
github.com/huameow/schematics
@huameow/schematics
/
dist
/
utils
/
source-root.helpers.d.ts
7 lines
(6 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
Rule
,
Tree
}
from
'@angular-devkit/schematics'
;
export
declare
function
isInRootDirectory
(
host
:
Tree
,
extraFiles
?:
string
[]
):
boolean
;
export
declare
function
mergeSourceRoot<T
extends
{
sourceRoot
?:
string
;
path
?:
string
; } =
any
>(
options
: T):
Rule
;