From d7c49a5051a60fba8d39cb1f2626ccac68958326 Mon Sep 17 00:00:00 2001 From: eric_wang Date: Sun, 12 Jun 2022 18:06:45 +0800 Subject: [PATCH] fix: ci lint error --- source/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/index.ts b/source/index.ts index b16ed6b..85535ba 100644 --- a/source/index.ts +++ b/source/index.ts @@ -1,5 +1,5 @@ import type {Buffer} from 'node:buffer'; -import type {Class, Falsy, TypedArray, ObservableLike, Primitive} from './types.js'; +import type {Class, Falsy, TypedArray, ObservableLike, Primitive, WeakRef} from './types.js'; const typedArrayTypeNames = [ 'Int8Array',