UNPKG

@tai-kun/surrealdb

Version:

The SurrealDB SDK for JavaScript

10 lines 285 B
export type UuidSource = Uint8Array; /** * [API Reference](https://tai-kun.github.io/surrealdb.js/v2/api/data/uuid) */ export default class Uuid { protected _bytes: Uint8Array; constructor(source: UuidSource); get bytes(): Uint8Array; } //# sourceMappingURL=uuid.d.ts.map