UNPKG
animax-langs
Version:
latest (2.0.0)
2.0.0
Modern ve özgün web uygulama geliştirme çerçevesi
animax-langs
/
animax
/
node_modules
/
minimatch
/
dist
/
esm
/
brace-expressions.d.ts
8 lines
•
251 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
type
ParseClassResult
= [
src
:
string
,
uFlag
:
boolean
,
consumed
:
number
,
hasMagic
:
boolean
];
export
declare
const
parseClass
:
(
glob
:
string
,
position
:
number
) =>
ParseClassResult
;
//# sourceMappingURL=brace-expressions.d.ts.map