UNPKG

@hqtsm/dataview

Version:
8 lines 145 B
/** * @module * * All DataView operations. */ export * from './float/mod.js'; export * from './int/mod.js'; //# sourceMappingURL=mod.d.ts.map