UNPKG

@langchain/core

Version:
14 lines (13 loc) 480 B
import { UUIDTypes } from "./types.cjs"; //#region src/utils/uuid/v5.d.ts declare function v5(value: string | Uint8Array, namespace: UUIDTypes, buf?: undefined, offset?: number): string; declare function v5<TBuf extends Uint8Array = Uint8Array>(value: string | Uint8Array, namespace: UUIDTypes, buf: TBuf, offset?: number): TBuf; declare namespace v5 { var DNS: string; } declare namespace v5 { var URL: string; } //#endregion export { v5 }; //# sourceMappingURL=v5.d.cts.map