UNPKG
@carlosv2/glue
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Dependency injection library that stays out of the way
github.com/carlosV2/glue
carlosV2/glue
@carlosv2/glue
/
dist
/
esm
/
filesystem.d.ts
5 lines
•
292 B
TypeScript
View Raw
1
2
3
4
5
export
declare
function
glob
(
pattern
:
string
):
string
[];
export
declare
function
getFullPath
(
baseFile
:
string
,
relative
:
string
):
string
;
export
declare
function
fileExists
(
path
:
string
):
boolean
;
export
declare
function
isFile
(
path
:
string
):
boolean
;
//# sourceMappingURL=filesystem.d.ts.map