add hw2
This commit is contained in:
6
node_modules/uuid/dist/esm/native.d.ts
generated
vendored
Normal file
6
node_modules/uuid/dist/esm/native.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/// <reference types="node" resolution-mode="require"/>
|
||||
import { randomUUID } from 'crypto';
|
||||
declare const _default: {
|
||||
randomUUID: typeof randomUUID;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user