@tai-kun/surrealdb
Version:
The SurrealDB SDK for JavaScript
12 lines • 490 B
TypeScript
import type { Uint8ArrayLike } from "@tai-kun/surrealdb/types";
import { type DecoderOptions } from "./decoder";
/**
* [API Reference](https://tai-kun.github.io/surrealdb.js/v2/api/cbor/decode/#options)
*/
export interface DecodeOptions extends DecoderOptions {
}
/**
* [API Reference](https://tai-kun.github.io/surrealdb.js/v2/api/cbor/decode/)
*/
export default function decode(input: Uint8ArrayLike, options?: DecodeOptions | undefined): unknown;
//# sourceMappingURL=decode.d.ts.map