Update checked-in dependencies
This commit is contained in:
parent
7269bf610b
commit
e5a7c904c1
215 changed files with 41592 additions and 3253 deletions
2
node_modules/uuid/dist/esm-browser/md5.d.ts
generated
vendored
2
node_modules/uuid/dist/esm-browser/md5.d.ts
generated
vendored
|
|
@ -1,2 +1,2 @@
|
|||
declare function md5(bytes: Uint8Array): Uint8Array<ArrayBuffer>;
|
||||
declare function md5(bytes: Uint8Array): Uint8Array;
|
||||
export default md5;
|
||||
|
|
|
|||
2
node_modules/uuid/dist/esm-browser/parse.d.ts
generated
vendored
2
node_modules/uuid/dist/esm-browser/parse.d.ts
generated
vendored
|
|
@ -1,2 +1,2 @@
|
|||
declare function parse(uuid: string): Uint8Array<ArrayBuffer>;
|
||||
declare function parse(uuid: string): Uint8Array;
|
||||
export default parse;
|
||||
|
|
|
|||
2
node_modules/uuid/dist/esm-browser/rng.d.ts
generated
vendored
2
node_modules/uuid/dist/esm-browser/rng.d.ts
generated
vendored
|
|
@ -1 +1 @@
|
|||
export default function rng(): Uint8Array<ArrayBuffer>;
|
||||
export default function rng(): Uint8Array;
|
||||
|
|
|
|||
4
node_modules/uuid/dist/esm-browser/v35.d.ts
generated
vendored
4
node_modules/uuid/dist/esm-browser/v35.d.ts
generated
vendored
|
|
@ -1,7 +1,7 @@
|
|||
import { UUIDTypes } from './types.js';
|
||||
export declare function stringToBytes(str: string): Uint8Array<ArrayBuffer>;
|
||||
export declare function stringToBytes(str: string): Uint8Array;
|
||||
export declare const DNS = "6ba7b810-9dad-11d1-80b4-00c04fd430c8";
|
||||
export declare const URL = "6ba7b811-9dad-11d1-80b4-00c04fd430c8";
|
||||
type HashFunction = (bytes: Uint8Array) => Uint8Array;
|
||||
export default function v35(version: 0x30 | 0x50, hash: HashFunction, value: string | Uint8Array, namespace: UUIDTypes, buf?: Uint8Array, offset?: number): string | Uint8Array<ArrayBufferLike>;
|
||||
export default function v35(version: 0x30 | 0x50, hash: HashFunction, value: string | Uint8Array, namespace: UUIDTypes, buf?: Uint8Array, offset?: number): string | Uint8Array;
|
||||
export {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue