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
/
commander
/
typings
/
esm.d.mts
4 lines
(3 loc)
•
168 B
text/typescript
View Raw
1
2
3
4
// Just reexport the types from cjs
// This is a bit indirect. There is not an index.js, but TypeScript will look for index.d.ts for types.
export
*
from
'./index.js'
;