UNPKG
@bitjson/typedoc
Version:
latest (0.15.0-0)
0.15.0-0
Create api documentation for TypeScript projects.
typedoc.org
TypeStrong/TypeDoc
@bitjson/typedoc
/
dist
/
lib
/
utils
/
paths.d.ts
3 lines
(2 loc)
•
115 B
TypeScript
View Raw
1
2
3
import
{
IMinimatch
}
from
'minimatch'
;
export
declare
function
createMinimatch
(
patterns
:
string
[]
):
IMinimatch
[];