source:
imaps-frontend/node_modules/uuid/dist/esm/native.d.ts
Last change on this file was 79a0317, checked in by , 3 days ago | |
---|---|
|
|
File size: 126 bytes |
Line | |
---|---|
1 | import { randomUUID } from 'crypto'; |
2 | declare const _default: { |
3 | randomUUID: typeof randomUUID; |
4 | }; |
5 | export default _default; |
Note:
See TracBrowser
for help on using the repository browser.