ken_nogi/NodeJS/ExcelToPDF/node_modules/uuid/dist/cjs/native.d.ts
Kenichiro NOGI 51a95c5e21 NodeJS
2025-07-10 10:12:37 +09:00

7 lines
157 B
TypeScript

/// <reference types="node" />
import { randomUUID } from 'crypto';
declare const _default: {
randomUUID: typeof randomUUID;
};
export default _default;