UNPKG
ngrx-uml
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.1.4
0.1.2
0.1.0
0.0.3
0.0.2
0.0.1
NGRX to Plant UML diagram
github.com/immament/ngrx-uml
immament/ngrx-uml
ngrx-uml
/
dist
/
lib
/
utils
/
glob.d.ts
3 lines
(2 loc)
•
111 B
TypeScript
View Raw
1
2
3
import
glob
from
'glob'
;
export
declare
const
globSync
:
(
pattern
:
string
,
options
: glob.
IOptions
) =>
string
[];