javascript-binary-converter
Version:
A utility package to quickly handle and convert various Javascript binary objects
9 lines (8 loc) • 330 B
TypeScript
import * as binary from './binary';
import * as image from './image';
import * as blob from './blob';
import * as number from './number';
import * as crossPlatform from './crossPlatform';
import * as string from './string';
import * as hex from './hex';
export { binary, image, blob, hex, number, crossPlatform, string };