Sha256: b262d6e6427250cd6a9debf15bbb15112d8120686423da0abaa6a3b8e71bacd4
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
import { TBinaryIn } from './interface'; export declare const concat: (...arrays: TBinaryIn[]) => Uint8Array; export declare const split: (binary: TBinaryIn, ...sizes: number[]) => Uint8Array[];
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
waves_lib-0.1.0 | js/node_modules/@waves/ts-lib-crypto/crypto/concat-split.d.ts |