node-ejs-renderer/node_modules/@jsonjoy.com/util/lib/buffers/bufferToUint8Array.d.ts

3 lines
101 B
TypeScript
Raw Permalink Normal View History

2024-06-09 13:55:01 -04:00
/// <reference types="node" />
export declare const bufferToUint8Array: (buf: Buffer) => Uint8Array;