UNPKG
@geckos.io/typed-array-buffer-schema
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
0.0.4
0.0.3
0.0.2
0.0.1
A Schema based Object to Buffer converter
geckos.io
geckosio/typed-array-buffer-schema
@geckos.io/typed-array-buffer-schema
/
lib
/
index.d.ts
4 lines
•
249 B
TypeScript
View Raw
1
2
3
4
export { Lib as BufferSchema } from
'./lib'
; export { Model } from
'./model'
; export {
int8
,
uint8
,
int16
,
uint16
,
int32
,
uint32
,
int64
,
uint64
,
float32
,
float64
, string8, string16, bool8, bool16 } from
'./views'
;
//# sourceMappingURL=index.d.ts.map