You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

global.d.ts 210B

12345
  1. declare module 'lamejs';
  2. declare module 'react-18-input-autosize';
  3. declare module 'fetch-readablestream' {
  4. export default function fetchReadableStream(url: string, options?: RequestInit): Promise<Response>
  5. }