UNPKG

apache-arrow

Version:
5 lines (4 loc) 187 B
/** @ignore */ export declare const decodeUtf8: (buffer?: BufferSource | undefined) => string; /** @ignore */ export declare const encodeUtf8: (value?: string | undefined) => Uint8Array;