index.d.ts 88 B

123
  1. declare const uuid: (uid: string) => string;
  2. export * from './worker';
  3. export { uuid };