UNPKG

node-noise

Version:
8 lines (7 loc) 297 B
/// <reference types="node" /> import { compare } from './compare'; import { concat } from './concat'; import { equals } from './equals'; import { xor } from './xor'; export { compare, concat, equals, xor }; export declare function fromString(input: string, encoding: BufferEncoding): Uint8Array;