deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / utils / buffer.d.ts
1234export 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;
Version Info