diff --git a/src/internal/struct.ts b/src/internal/struct.ts index b298ee9..9323ab1 100644 --- a/src/internal/struct.ts +++ b/src/internal/struct.ts @@ -1,5 +1,6 @@ import type { ClassLike } from '../types.js'; import type * as primitive from './primitives.js'; +import './struct-symbols.js'; // @ts-expect-error 2322 Symbol.struct_init ||= Symbol('struct_init');