fix: ci lint error

This commit is contained in:
eric_wang 2022-06-12 18:06:45 +08:00
parent 0e9e7be7f7
commit d7c49a5051

View file

@ -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',