UNPKG
mmir-tooling
Version:
latest (7.0.0-beta5)
7.0.0-beta5
7.0.0-beta4
7.0.0-beta3
7.0.0-beta2
7.0.0-beta1
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
6.0.0
5.2.0
Build tools for MMIR projects
github.com/mmig/mmir-tooling
mmig/mmir-tooling
mmir-tooling
/
typings3.6
/
utils
/
filepath-utils.d.ts
7 lines
(6 loc)
•
242 B
TypeScript
View Raw
1
2
3
4
5
6
7
declare
const
_default
: {
normalizePath
:
(
path
:
string
) =>
string
;
createFileTestFunc
:
(
absolutePaths
:
string
[],
debugStr
?:
string
) =>
(
path
:
string
) =>
boolean
;
isDirectory
:
(
path
:
string
) =>
boolean
; };
export
= _default;