initial commit
This commit is contained in:
commit
ee8aedd857
1599 changed files with 652440 additions and 0 deletions
9
backend/node_modules/uuid/dist/esm/v3.d.ts
generated
vendored
Normal file
9
backend/node_modules/uuid/dist/esm/v3.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { UUIDTypes } from './types.js';
|
||||
export { DNS, URL } from './v35.js';
|
||||
declare function v3(value: string | Uint8Array, namespace: UUIDTypes, buf?: undefined, offset?: number): string;
|
||||
declare function v3<TBuf extends Uint8Array = Uint8Array>(value: string | Uint8Array, namespace: UUIDTypes, buf: TBuf, offset?: number): TBuf;
|
||||
declare namespace v3 {
|
||||
var DNS: string;
|
||||
var URL: string;
|
||||
}
|
||||
export default v3;
|
||||
Loading…
Add table
Add a link
Reference in a new issue