UNPKG

@ayonli/jsext

Version:

A JavaScript extension package for building strong and modern applications.

4 lines (3 loc) 195 B
import type { DataSource } from "./web.ts"; export declare function toBytes(data: string | BufferSource): Uint8Array; export declare function toBytesAsync(data: DataSource): Promise<Uint8Array>;