summaryrefslogtreecommitdiff
path: root/cli/bench/testdata/npm/hono/dist/utils/buffer.d.ts
blob: f30e3f9d47eb7055a9b3369c1d4c1f6814a378bc (plain)
1
2
3
export declare const equal: (a: ArrayBuffer, b: ArrayBuffer) => boolean;
export declare const timingSafeEqual: (a: string | object | boolean, b: string | object | boolean, hashFunction?: Function) => Promise<boolean>;
export declare const bufferToString: (buffer: ArrayBuffer) => string;