knowledgebase_law/node_modules/uuid/dist/cjs/native.d.ts

7 lines
157 B
TypeScript
Raw Normal View History

2025-04-11 23:47:09 +08:00
/// <reference types="node" />
import { randomUUID } from 'crypto';
declare const _default: {
randomUUID: typeof randomUUID;
};
export default _default;