@lorikeetai/node-sdk 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/README.md +11 -11
  3. package/_shims/MultipartBody.js.map +1 -1
  4. package/_shims/MultipartBody.mjs.map +1 -1
  5. package/_shims/auto/runtime-bun.d.ts.map +1 -1
  6. package/_shims/auto/runtime-bun.js.map +1 -1
  7. package/_shims/auto/runtime-node.d.ts.map +1 -1
  8. package/_shims/auto/runtime-node.js.map +1 -1
  9. package/_shims/auto/runtime.d.ts.map +1 -1
  10. package/_shims/auto/runtime.js.map +1 -1
  11. package/_shims/auto/types-node.d.ts.map +1 -1
  12. package/_shims/auto/types-node.js.map +1 -1
  13. package/_shims/auto/types.d.ts +52 -52
  14. package/_shims/bun-runtime.d.ts.map +1 -1
  15. package/_shims/bun-runtime.js.map +1 -1
  16. package/_shims/bun-runtime.mjs.map +1 -1
  17. package/_shims/index.d.ts +36 -36
  18. package/_shims/index.js +5 -5
  19. package/_shims/index.mjs +4 -4
  20. package/_shims/node-runtime.d.ts.map +1 -1
  21. package/_shims/node-runtime.js.map +1 -1
  22. package/_shims/node-runtime.mjs.map +1 -1
  23. package/_shims/node-types.d.ts +27 -27
  24. package/_shims/registry.d.ts.map +1 -1
  25. package/_shims/registry.js.map +1 -1
  26. package/_shims/registry.mjs.map +1 -1
  27. package/_shims/web-runtime.d.ts.map +1 -1
  28. package/_shims/web-runtime.js.map +1 -1
  29. package/_shims/web-runtime.mjs.map +1 -1
  30. package/_shims/web-types.d.ts +52 -52
  31. package/core.d.ts.map +1 -1
  32. package/core.js +0 -1
  33. package/core.js.map +1 -1
  34. package/core.mjs +0 -1
  35. package/core.mjs.map +1 -1
  36. package/error.d.ts.map +1 -1
  37. package/error.js.map +1 -1
  38. package/error.mjs.map +1 -1
  39. package/index.d.ts.map +1 -1
  40. package/index.js.map +1 -1
  41. package/index.mjs.map +1 -1
  42. package/lib/generate-signature.js.map +1 -1
  43. package/lib/generate-signature.mjs.map +1 -1
  44. package/package.json +1 -1
  45. package/resource.d.ts.map +1 -1
  46. package/resource.js.map +1 -1
  47. package/resource.mjs.map +1 -1
  48. package/resources/conversation/chat.d.ts.map +1 -1
  49. package/resources/conversation/chat.js.map +1 -1
  50. package/resources/conversation/chat.mjs.map +1 -1
  51. package/resources/conversation/conversation.d.ts.map +1 -1
  52. package/resources/conversation/conversation.js.map +1 -1
  53. package/resources/conversation/conversation.mjs.map +1 -1
  54. package/resources/conversation/email.d.ts.map +1 -1
  55. package/resources/conversation/email.js.map +1 -1
  56. package/resources/conversation/email.mjs.map +1 -1
  57. package/resources/conversation/index.d.ts.map +1 -1
  58. package/resources/conversation/index.js.map +1 -1
  59. package/resources/index.d.ts.map +1 -1
  60. package/resources/index.js.map +1 -1
  61. package/resources/ingest.d.ts.map +1 -1
  62. package/resources/ingest.js.map +1 -1
  63. package/resources/ingest.mjs.map +1 -1
  64. package/resources/token.d.ts.map +1 -1
  65. package/resources/token.js.map +1 -1
  66. package/resources/token.mjs.map +1 -1
  67. package/shims/node.d.ts.map +1 -1
  68. package/shims/node.js.map +1 -1
  69. package/shims/node.mjs.map +1 -1
  70. package/shims/web.d.ts.map +1 -1
  71. package/shims/web.js.map +1 -1
  72. package/shims/web.mjs.map +1 -1
  73. package/src/_shims/MultipartBody.ts +1 -1
  74. package/src/_shims/auto/runtime-bun.ts +1 -1
  75. package/src/_shims/auto/runtime-node.ts +1 -1
  76. package/src/_shims/auto/runtime.ts +1 -1
  77. package/src/_shims/auto/types-node.ts +1 -1
  78. package/src/_shims/auto/types.d.ts +52 -52
  79. package/src/_shims/bun-runtime.ts +6 -6
  80. package/src/_shims/index.d.ts +36 -36
  81. package/src/_shims/index.js +5 -5
  82. package/src/_shims/index.mjs +4 -4
  83. package/src/_shims/node-runtime.ts +32 -32
  84. package/src/_shims/node-types.d.ts +27 -27
  85. package/src/_shims/registry.ts +44 -44
  86. package/src/_shims/web-runtime.ts +16 -16
  87. package/src/_shims/web-types.d.ts +52 -52
  88. package/src/core.ts +372 -372
  89. package/src/error.ts +37 -37
  90. package/src/index.ts +69 -69
  91. package/src/lib/generate-signature.ts +3 -3
  92. package/src/resource.ts +3 -3
  93. package/src/resources/conversation/chat.ts +19 -19
  94. package/src/resources/conversation/conversation.ts +11 -11
  95. package/src/resources/conversation/email.ts +8 -8
  96. package/src/resources/conversation/index.ts +3 -3
  97. package/src/resources/index.ts +4 -4
  98. package/src/resources/ingest.ts +7 -7
  99. package/src/resources/token.ts +9 -9
  100. package/src/shims/node.ts +24 -24
  101. package/src/shims/web.ts +24 -24
  102. package/src/uploads.ts +72 -72
  103. package/src/version.ts +1 -1
  104. package/uploads.d.ts.map +1 -1
  105. package/uploads.js.map +1 -1
  106. package/uploads.mjs.map +1 -1
  107. package/version.d.ts +1 -1
  108. package/version.d.ts.map +1 -1
  109. package/version.js +1 -1
  110. package/version.js.map +1 -1
  111. package/version.mjs +1 -1
  112. package/version.mjs.map +1 -1
@@ -1,67 +1,67 @@
1
1
  /**
2
2
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
3
  */
4
- import * as nf from 'node-fetch'
5
- import * as fd from 'formdata-node'
6
- import { type File, type FilePropertyBag } from 'formdata-node'
7
- import KeepAliveAgent from 'agentkeepalive'
8
- import { AbortController as AbortControllerPolyfill } from 'abort-controller'
9
- import { ReadStream as FsReadStream } from 'node:fs'
10
- import { type Agent } from 'node:http'
11
- import { FormDataEncoder } from 'form-data-encoder'
12
- import { Readable } from 'node:stream'
13
- import { type RequestOptions } from '../core'
14
- import { MultipartBody } from './MultipartBody'
15
- import { type Shims } from './registry'
16
- import { ReadableStream } from 'node:stream/web'
4
+ import * as nf from 'node-fetch';
5
+ import * as fd from 'formdata-node';
6
+ import { type File, type FilePropertyBag } from 'formdata-node';
7
+ import KeepAliveAgent from 'agentkeepalive';
8
+ import { AbortController as AbortControllerPolyfill } from 'abort-controller';
9
+ import { ReadStream as FsReadStream } from 'node:fs';
10
+ import { type Agent } from 'node:http';
11
+ import { FormDataEncoder } from 'form-data-encoder';
12
+ import { Readable } from 'node:stream';
13
+ import { type RequestOptions } from '../core';
14
+ import { MultipartBody } from './MultipartBody';
15
+ import { type Shims } from './registry';
16
+ import { ReadableStream } from 'node:stream/web';
17
17
 
18
- type FileFromPathOptions = Omit<FilePropertyBag, 'lastModified'>
18
+ type FileFromPathOptions = Omit<FilePropertyBag, 'lastModified'>;
19
19
 
20
- let fileFromPathWarned = false
20
+ let fileFromPathWarned = false;
21
21
 
22
22
  /**
23
23
  * @deprecated use fs.createReadStream('./my/file.txt') instead
24
24
  */
25
- async function fileFromPath(path: string): Promise<File>
26
- async function fileFromPath(path: string, filename?: string): Promise<File>
27
- async function fileFromPath(path: string, options?: FileFromPathOptions): Promise<File>
28
- async function fileFromPath(path: string, filename?: string, options?: FileFromPathOptions): Promise<File>
25
+ async function fileFromPath(path: string): Promise<File>;
26
+ async function fileFromPath(path: string, filename?: string): Promise<File>;
27
+ async function fileFromPath(path: string, options?: FileFromPathOptions): Promise<File>;
28
+ async function fileFromPath(path: string, filename?: string, options?: FileFromPathOptions): Promise<File>;
29
29
  async function fileFromPath(path: string, ...args: any[]): Promise<File> {
30
30
  // this import fails in environments that don't handle export maps correctly, like old versions of Jest
31
- const { fileFromPath: _fileFromPath } = await import('formdata-node/file-from-path')
31
+ const { fileFromPath: _fileFromPath } = await import('formdata-node/file-from-path');
32
32
 
33
33
  if (!fileFromPathWarned) {
34
- console.warn(`fileFromPath is deprecated; use fs.createReadStream(${JSON.stringify(path)}) instead`)
35
- fileFromPathWarned = true
34
+ console.warn(`fileFromPath is deprecated; use fs.createReadStream(${JSON.stringify(path)}) instead`);
35
+ fileFromPathWarned = true;
36
36
  }
37
37
  // @ts-ignore
38
- return await _fileFromPath(path, ...args)
38
+ return await _fileFromPath(path, ...args);
39
39
  }
40
40
 
41
- const defaultHttpAgent: Agent = new KeepAliveAgent({ keepAlive: true, timeout: 5 * 60 * 1000 })
42
- const defaultHttpsAgent: Agent = new KeepAliveAgent.HttpsAgent({ keepAlive: true, timeout: 5 * 60 * 1000 })
41
+ const defaultHttpAgent: Agent = new KeepAliveAgent({ keepAlive: true, timeout: 5 * 60 * 1000 });
42
+ const defaultHttpsAgent: Agent = new KeepAliveAgent.HttpsAgent({ keepAlive: true, timeout: 5 * 60 * 1000 });
43
43
 
44
44
  async function getMultipartRequestOptions<T = Record<string, unknown>>(
45
45
  form: fd.FormData,
46
46
  opts: RequestOptions<T>,
47
47
  ): Promise<RequestOptions<T>> {
48
- const encoder = new FormDataEncoder(form)
49
- const readable = Readable.from(encoder)
50
- const body = new MultipartBody(readable)
48
+ const encoder = new FormDataEncoder(form);
49
+ const readable = Readable.from(encoder);
50
+ const body = new MultipartBody(readable);
51
51
  const headers = {
52
52
  ...opts.headers,
53
53
  ...encoder.headers,
54
54
  'Content-Length': encoder.contentLength,
55
- }
55
+ };
56
56
 
57
- return { ...opts, body: body as any, headers }
57
+ return { ...opts, body: body as any, headers };
58
58
  }
59
59
 
60
60
  export function getRuntime(): Shims {
61
61
  // Polyfill global object if needed.
62
62
  if (typeof AbortController === 'undefined') {
63
63
  // @ts-expect-error (the types are subtly different, but compatible in practice)
64
- globalThis.AbortController = AbortControllerPolyfill
64
+ globalThis.AbortController = AbortControllerPolyfill;
65
65
  }
66
66
  return {
67
67
  kind: 'node',
@@ -77,5 +77,5 @@ export function getRuntime(): Shims {
77
77
  getDefaultAgent: (url: string): Agent => (url.startsWith('https') ? defaultHttpsAgent : defaultHttpAgent),
78
78
  fileFromPath,
79
79
  isFsReadStream: (value: any): value is FsReadStream => value instanceof FsReadStream,
80
- }
80
+ };
81
81
  }
@@ -1,42 +1,42 @@
1
1
  /**
2
2
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
3
  */
4
- import * as nf from 'node-fetch'
5
- import * as fd from 'formdata-node'
4
+ import * as nf from 'node-fetch';
5
+ import * as fd from 'formdata-node';
6
6
 
7
- export { type Agent } from 'node:http'
8
- export { type Readable } from 'node:stream'
9
- export { type ReadStream as FsReadStream } from 'node:fs'
10
- export { ReadableStream } from 'node:stream/web'
7
+ export { type Agent } from 'node:http';
8
+ export { type Readable } from 'node:stream';
9
+ export { type ReadStream as FsReadStream } from 'node:fs';
10
+ export { ReadableStream } from 'node:stream/web';
11
11
 
12
- export const fetch: typeof nf.default
12
+ export const fetch: typeof nf.default;
13
13
 
14
- export type Request = nf.Request
15
- export type RequestInfo = nf.RequestInfo
16
- export type RequestInit = nf.RequestInit
14
+ export type Request = nf.Request;
15
+ export type RequestInfo = nf.RequestInfo;
16
+ export type RequestInit = nf.RequestInit;
17
17
 
18
- export type Response = nf.Response
19
- export type ResponseInit = nf.ResponseInit
20
- export type ResponseType = nf.ResponseType
21
- export type BodyInit = nf.BodyInit
22
- export type Headers = nf.Headers
23
- export type HeadersInit = nf.HeadersInit
18
+ export type Response = nf.Response;
19
+ export type ResponseInit = nf.ResponseInit;
20
+ export type ResponseType = nf.ResponseType;
21
+ export type BodyInit = nf.BodyInit;
22
+ export type Headers = nf.Headers;
23
+ export type HeadersInit = nf.HeadersInit;
24
24
 
25
- type EndingType = 'native' | 'transparent'
25
+ type EndingType = 'native' | 'transparent';
26
26
  export interface BlobPropertyBag {
27
- endings?: EndingType
28
- type?: string
27
+ endings?: EndingType;
28
+ type?: string;
29
29
  }
30
30
 
31
31
  export interface FilePropertyBag extends BlobPropertyBag {
32
- lastModified?: number
32
+ lastModified?: number;
33
33
  }
34
34
 
35
- export type FileFromPathOptions = Omit<FilePropertyBag, 'lastModified'>
35
+ export type FileFromPathOptions = Omit<FilePropertyBag, 'lastModified'>;
36
36
 
37
- export type FormData = fd.FormData
38
- export const FormData: typeof fd.FormData
39
- export type File = fd.File
40
- export const File: typeof fd.File
41
- export type Blob = fd.Blob
42
- export const Blob: typeof fd.Blob
37
+ export type FormData = fd.FormData;
38
+ export const FormData: typeof fd.FormData;
39
+ export type File = fd.File;
40
+ export const File: typeof fd.File;
41
+ export type Blob = fd.Blob;
42
+ export const Blob: typeof fd.Blob;
@@ -1,67 +1,67 @@
1
1
  /**
2
2
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
3
  */
4
- import { type RequestOptions } from '../core'
4
+ import { type RequestOptions } from '../core';
5
5
 
6
6
  export interface Shims {
7
- kind: string
8
- fetch: any
9
- Request: any
10
- Response: any
11
- Headers: any
12
- FormData: any
13
- Blob: any
14
- File: any
15
- ReadableStream: any
7
+ kind: string;
8
+ fetch: any;
9
+ Request: any;
10
+ Response: any;
11
+ Headers: any;
12
+ FormData: any;
13
+ Blob: any;
14
+ File: any;
15
+ ReadableStream: any;
16
16
  getMultipartRequestOptions: <T = Record<string, unknown>>(
17
17
  form: Shims['FormData'],
18
18
  opts: RequestOptions<T>,
19
- ) => Promise<RequestOptions<T>>
20
- getDefaultAgent: (url: string) => any
19
+ ) => Promise<RequestOptions<T>>;
20
+ getDefaultAgent: (url: string) => any;
21
21
  fileFromPath:
22
22
  | ((path: string, filename?: string, options?: {}) => Promise<Shims['File']>)
23
- | ((path: string, options?: {}) => Promise<Shims['File']>)
24
- isFsReadStream: (value: any) => boolean
23
+ | ((path: string, options?: {}) => Promise<Shims['File']>);
24
+ isFsReadStream: (value: any) => boolean;
25
25
  }
26
26
 
27
- export let auto = false
28
- export let kind: Shims['kind'] | undefined = undefined
29
- export let fetch: Shims['fetch'] | undefined = undefined
30
- export let Request: Shims['Request'] | undefined = undefined
31
- export let Response: Shims['Response'] | undefined = undefined
32
- export let Headers: Shims['Headers'] | undefined = undefined
33
- export let FormData: Shims['FormData'] | undefined = undefined
34
- export let Blob: Shims['Blob'] | undefined = undefined
35
- export let File: Shims['File'] | undefined = undefined
36
- export let ReadableStream: Shims['ReadableStream'] | undefined = undefined
37
- export let getMultipartRequestOptions: Shims['getMultipartRequestOptions'] | undefined = undefined
38
- export let getDefaultAgent: Shims['getDefaultAgent'] | undefined = undefined
39
- export let fileFromPath: Shims['fileFromPath'] | undefined = undefined
40
- export let isFsReadStream: Shims['isFsReadStream'] | undefined = undefined
27
+ export let auto = false;
28
+ export let kind: Shims['kind'] | undefined = undefined;
29
+ export let fetch: Shims['fetch'] | undefined = undefined;
30
+ export let Request: Shims['Request'] | undefined = undefined;
31
+ export let Response: Shims['Response'] | undefined = undefined;
32
+ export let Headers: Shims['Headers'] | undefined = undefined;
33
+ export let FormData: Shims['FormData'] | undefined = undefined;
34
+ export let Blob: Shims['Blob'] | undefined = undefined;
35
+ export let File: Shims['File'] | undefined = undefined;
36
+ export let ReadableStream: Shims['ReadableStream'] | undefined = undefined;
37
+ export let getMultipartRequestOptions: Shims['getMultipartRequestOptions'] | undefined = undefined;
38
+ export let getDefaultAgent: Shims['getDefaultAgent'] | undefined = undefined;
39
+ export let fileFromPath: Shims['fileFromPath'] | undefined = undefined;
40
+ export let isFsReadStream: Shims['isFsReadStream'] | undefined = undefined;
41
41
 
42
42
  export function setShims(shims: Shims, options: { auto: boolean } = { auto: false }) {
43
43
  if (auto) {
44
44
  throw new Error(
45
45
  `you must \`import '@lorikeetai/node-sdk/shims/${shims.kind}'\` before importing anything else from @lorikeetai/node-sdk`,
46
- )
46
+ );
47
47
  }
48
48
  if (kind) {
49
49
  throw new Error(
50
50
  `can't \`import '@lorikeetai/node-sdk/shims/${shims.kind}'\` after \`import '@lorikeetai/node-sdk/shims/${kind}'\``,
51
- )
51
+ );
52
52
  }
53
- auto = options.auto
54
- kind = shims.kind
55
- fetch = shims.fetch
56
- Request = shims.Request
57
- Response = shims.Response
58
- Headers = shims.Headers
59
- FormData = shims.FormData
60
- Blob = shims.Blob
61
- File = shims.File
62
- ReadableStream = shims.ReadableStream
63
- getMultipartRequestOptions = shims.getMultipartRequestOptions
64
- getDefaultAgent = shims.getDefaultAgent
65
- fileFromPath = shims.fileFromPath
66
- isFsReadStream = shims.isFsReadStream
53
+ auto = options.auto;
54
+ kind = shims.kind;
55
+ fetch = shims.fetch;
56
+ Request = shims.Request;
57
+ Response = shims.Response;
58
+ Headers = shims.Headers;
59
+ FormData = shims.FormData;
60
+ Blob = shims.Blob;
61
+ File = shims.File;
62
+ ReadableStream = shims.ReadableStream;
63
+ getMultipartRequestOptions = shims.getMultipartRequestOptions;
64
+ getDefaultAgent = shims.getDefaultAgent;
65
+ fileFromPath = shims.fileFromPath;
66
+ isFsReadStream = shims.isFsReadStream;
67
67
  }
@@ -1,9 +1,9 @@
1
1
  /**
2
2
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
3
  */
4
- import { MultipartBody } from './MultipartBody'
5
- import { type RequestOptions } from '../core'
6
- import { type Shims } from './registry'
4
+ import { MultipartBody } from './MultipartBody';
5
+ import { type RequestOptions } from '../core';
6
+ import { type Shims } from './registry';
7
7
 
8
8
  export function getRuntime({ manuallyImported }: { manuallyImported?: boolean } = {}): Shims {
9
9
  const recommendation =
@@ -12,24 +12,24 @@ export function getRuntime({ manuallyImported }: { manuallyImported?: boolean }
12
12
  : `Add one of these imports before your first \`import … from '@lorikeetai/node-sdk'\`:
13
13
  - \`import '@lorikeetai/node-sdk/shims/node'\` (if you're running on Node)
14
14
  - \`import '@lorikeetai/node-sdk/shims/web'\` (otherwise)
15
- `
15
+ `;
16
16
 
17
- let _fetch, _Request, _Response, _Headers
17
+ let _fetch, _Request, _Response, _Headers;
18
18
  try {
19
19
  // @ts-ignore
20
- _fetch = fetch
20
+ _fetch = fetch;
21
21
  // @ts-ignore
22
- _Request = Request
22
+ _Request = Request;
23
23
  // @ts-ignore
24
- _Response = Response
24
+ _Response = Response;
25
25
  // @ts-ignore
26
- _Headers = Headers
26
+ _Headers = Headers;
27
27
  } catch (error) {
28
28
  throw new Error(
29
29
  `this environment is missing the following Web Fetch API type: ${
30
30
  (error as any).message
31
31
  }. ${recommendation}`,
32
- )
32
+ );
33
33
  }
34
34
 
35
35
  return {
@@ -46,7 +46,7 @@ export function getRuntime({ manuallyImported }: { manuallyImported?: boolean }
46
46
  constructor() {
47
47
  throw new Error(
48
48
  `file uploads aren't supported in this environment yet as 'FormData' is undefined. ${recommendation}`,
49
- )
49
+ );
50
50
  }
51
51
  }
52
52
  ),
@@ -56,7 +56,7 @@ export function getRuntime({ manuallyImported }: { manuallyImported?: boolean }
56
56
  constructor() {
57
57
  throw new Error(
58
58
  `file uploads aren't supported in this environment yet as 'Blob' is undefined. ${recommendation}`,
59
- )
59
+ );
60
60
  }
61
61
  }
62
62
  ),
@@ -68,7 +68,7 @@ export function getRuntime({ manuallyImported }: { manuallyImported?: boolean }
68
68
  constructor() {
69
69
  throw new Error(
70
70
  `file uploads aren't supported in this environment yet as 'File' is undefined. ${recommendation}`,
71
- )
71
+ );
72
72
  }
73
73
  }
74
74
  ),
@@ -80,7 +80,7 @@ export function getRuntime({ manuallyImported }: { manuallyImported?: boolean }
80
80
  constructor() {
81
81
  throw new Error(
82
82
  `streaming isn't supported in this environment yet as 'ReadableStream' is undefined. ${recommendation}`,
83
- )
83
+ );
84
84
  }
85
85
  }
86
86
  ),
@@ -96,8 +96,8 @@ export function getRuntime({ manuallyImported }: { manuallyImported?: boolean }
96
96
  fileFromPath: () => {
97
97
  throw new Error(
98
98
  'The `fileFromPath` function is only supported in Node. See the README for more details: https://www.github.com/optechai/node-sdk#file-uploads',
99
- )
99
+ );
100
100
  },
101
101
  isFsReadStream: (value: any) => false,
102
- }
102
+ };
103
103
  }
@@ -1,83 +1,83 @@
1
1
  /**
2
2
  * Disclaimer: modules in _shims aren't intended to be imported by SDK users.
3
3
  */
4
- export type Agent = any
4
+ export type Agent = any;
5
5
 
6
- declare const _fetch: typeof fetch
7
- export { _fetch as fetch }
6
+ declare const _fetch: typeof fetch;
7
+ export { _fetch as fetch };
8
8
 
9
- type _Request = Request
10
- export { _Request as Request }
9
+ type _Request = Request;
10
+ export { _Request as Request };
11
11
 
12
- type _RequestInfo = RequestInfo
13
- export { type _RequestInfo as RequestInfo }
12
+ type _RequestInfo = RequestInfo;
13
+ export { type _RequestInfo as RequestInfo };
14
14
 
15
- type _RequestInit = RequestInit
16
- export { type _RequestInit as RequestInit }
15
+ type _RequestInit = RequestInit;
16
+ export { type _RequestInit as RequestInit };
17
17
 
18
- type _Response = Response
19
- export { _Response as Response }
18
+ type _Response = Response;
19
+ export { _Response as Response };
20
20
 
21
- type _ResponseInit = ResponseInit
22
- export { type _ResponseInit as ResponseInit }
21
+ type _ResponseInit = ResponseInit;
22
+ export { type _ResponseInit as ResponseInit };
23
23
 
24
- type _ResponseType = ResponseType
25
- export { type _ResponseType as ResponseType }
24
+ type _ResponseType = ResponseType;
25
+ export { type _ResponseType as ResponseType };
26
26
 
27
- type _BodyInit = BodyInit
28
- export { type _BodyInit as BodyInit }
27
+ type _BodyInit = BodyInit;
28
+ export { type _BodyInit as BodyInit };
29
29
 
30
- type _Headers = Headers
31
- export { _Headers as Headers }
30
+ type _Headers = Headers;
31
+ export { _Headers as Headers };
32
32
 
33
- type _HeadersInit = HeadersInit
34
- export { type _HeadersInit as HeadersInit }
33
+ type _HeadersInit = HeadersInit;
34
+ export { type _HeadersInit as HeadersInit };
35
35
 
36
- type EndingType = 'native' | 'transparent'
36
+ type EndingType = 'native' | 'transparent';
37
37
 
38
38
  export interface BlobPropertyBag {
39
- endings?: EndingType
40
- type?: string
39
+ endings?: EndingType;
40
+ type?: string;
41
41
  }
42
42
 
43
43
  export interface FilePropertyBag extends BlobPropertyBag {
44
- lastModified?: number
44
+ lastModified?: number;
45
45
  }
46
46
 
47
- export type FileFromPathOptions = Omit<FilePropertyBag, 'lastModified'>
47
+ export type FileFromPathOptions = Omit<FilePropertyBag, 'lastModified'>;
48
48
 
49
- type _FormData = FormData
50
- declare const _FormData: typeof FormData
51
- export { _FormData as FormData }
49
+ type _FormData = FormData;
50
+ declare const _FormData: typeof FormData;
51
+ export { _FormData as FormData };
52
52
 
53
- type _File = File
54
- declare const _File: typeof File
55
- export { _File as File }
53
+ type _File = File;
54
+ declare const _File: typeof File;
55
+ export { _File as File };
56
56
 
57
- type _Blob = Blob
58
- declare const _Blob: typeof Blob
59
- export { _Blob as Blob }
57
+ type _Blob = Blob;
58
+ declare const _Blob: typeof Blob;
59
+ export { _Blob as Blob };
60
60
 
61
61
  export declare class Readable {
62
- readable: boolean
63
- readonly readableEnded: boolean
64
- readonly readableFlowing: boolean | null
65
- readonly readableHighWaterMark: number
66
- readonly readableLength: number
67
- readonly readableObjectMode: boolean
68
- destroyed: boolean
69
- read(size?: number): any
70
- pause(): this
71
- resume(): this
72
- isPaused(): boolean
73
- destroy(error?: Error): this
74
- [Symbol.asyncIterator](): AsyncIterableIterator<any>
62
+ readable: boolean;
63
+ readonly readableEnded: boolean;
64
+ readonly readableFlowing: boolean | null;
65
+ readonly readableHighWaterMark: number;
66
+ readonly readableLength: number;
67
+ readonly readableObjectMode: boolean;
68
+ destroyed: boolean;
69
+ read(size?: number): any;
70
+ pause(): this;
71
+ resume(): this;
72
+ isPaused(): boolean;
73
+ destroy(error?: Error): this;
74
+ [Symbol.asyncIterator](): AsyncIterableIterator<any>;
75
75
  }
76
76
 
77
77
  export declare class FsReadStream extends Readable {
78
- path: {} // node type is string | Buffer
78
+ path: {}; // node type is string | Buffer
79
79
  }
80
80
 
81
- type _ReadableStream<R = any> = ReadableStream<R>
82
- declare const _ReadableStream: typeof ReadableStream
83
- export { _ReadableStream as ReadableStream }
81
+ type _ReadableStream<R = any> = ReadableStream<R>;
82
+ declare const _ReadableStream: typeof ReadableStream;
83
+ export { _ReadableStream as ReadableStream };