2 lines
103 B
TypeScript
2 lines
103 B
TypeScript
export declare const toDataUri: (buf: Uint8Array, params?: Record<string, string | number>) => string;
|