| import type { Version1Options } from './types.js'; | |
| type V1State = { | |
| node?: Uint8Array; | |
| clockseq?: number; | |
| msecs?: number; | |
| nsecs?: number; | |
| }; | |
| declare function v1(options?: Version1Options, buf?: undefined, offset?: number): string; | |
| declare function v1<Buf extends Uint8Array = Uint8Array>(options: Version1Options | undefined, buf: Buf, offset?: number): Buf; | |
| export declare function updateV1State(state: V1State, now: number, rnds: Uint8Array): V1State; | |
| export default v1; | |
Xet Storage Details
- Size:
- 489 Bytes
- Xet hash:
- dae3ed8ce5f7d9bbeeec9346f06da36dc7acdfe7d68c84073a331ab5072c028d
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.