2022-04-11 17:14:19 -04:00
|
|
|
import type { BytesLike } from "./types.js";
|
2022-04-17 03:13:04 -04:00
|
|
|
export declare function zeroPadValue(data: BytesLike, length: number): string;
|
|
|
|
export declare function zeroPadBytes(data: BytesLike, length: number): string;
|
2022-04-11 17:14:19 -04:00
|
|
|
//# sourceMappingURL=pad.d.ts.map
|