UNPKG

@avalabs/avalanchejs

Version:
4 lines 278 B
import type { Serializable } from '../../serializable/common/types'; export declare const makeList: <T extends Serializable>(single: () => T) => () => T[]; export declare const makeListBytes: (single: () => Uint8Array) => () => Uint8Array; //# sourceMappingURL=makeList.d.ts.map