UNPKG

nxkit

Version:

This is a collection of tools, independent of any other libraries

8 lines (7 loc) 206 B
declare function binaryify(o: any): Uint8Array; declare function parse(buf: Uint8Array): any; declare const _default: { binaryify: typeof binaryify; parse: typeof parse; }; export default _default;