blob: 6feadad9c444064a295da3786cc0b1f61eb5aa38 (
plain)
1
2
3
4
5
6
|
// Remove and depend on @types/text-encoding once this PR is merged
// https://github.com/DefinitelyTyped/DefinitelyTyped/pull/26141
declare module "text-encoding" {
export const TextEncoder: TextEncoder;
export const TextDecoder: TextDecoder;
}
|