UNPKG

@iota/pad

Version:

Padding utility

6 lines (5 loc) 322 B
import '../../typed-array'; export declare const padTrytes: (length: number) => (trytes: string) => string; export declare const padTrits: (length: number) => (trits: Int8Array) => Int8Array; export declare const padTag: (trytes: string) => string; export declare const padTagArray: (tags: readonly string[]) => string[];