create project
This commit is contained in:
8
kitabcitab/node_modules/next/dist/compiled/@edge-runtime/primitives/encoding.d.ts
generated
vendored
Normal file
8
kitabcitab/node_modules/next/dist/compiled/@edge-runtime/primitives/encoding.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
declare const TextEncoderConstructor: typeof TextEncoder
|
||||
declare const TextDecoderConstructor: typeof TextDecoder
|
||||
|
||||
|
||||
declare const atob: (encoded: string) => string
|
||||
declare const btoa: (str: string) => string
|
||||
|
||||
export { TextDecoderConstructor as TextDecoder, TextEncoderConstructor as TextEncoder, atob, btoa };
|
||||
Reference in New Issue
Block a user