From 1aac47720b8dad6826d59263f8e825c221f2a328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Tue, 6 Jul 2021 14:38:12 +0200 Subject: refactor: use primordials in extensions/web (#11273) Co-authored-by: Divy Srivastava --- core/internal.d.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'core') diff --git a/core/internal.d.ts b/core/internal.d.ts index e582eb359..6697f4715 100644 --- a/core/internal.d.ts +++ b/core/internal.d.ts @@ -834,6 +834,10 @@ declare namespace __bootstrap { export const TypeErrorLength: typeof TypeError.length; export const TypeErrorName: typeof TypeError.name; export const TypeErrorPrototype: typeof TypeError.prototype; + export const TypedArrayFrom: ( + constructor: Uint8ArrayConstructor, + arrayLike: ArrayLike, + ) => Uint8Array; export const TypedArrayPrototypeCopyWithin: UncurryThis< typeof Uint8Array.prototype.copyWithin >; -- cgit v1.2.3