forgot import
This commit is contained in:
parent
172315047c
commit
3623988f86
1 changed files with 1 additions and 0 deletions
|
|
@ -1,5 +1,6 @@
|
|||
import { makeTypeConstructor } from "../meta/type_constructor.js";
|
||||
import { getDefaultTypeParser, makeTypeParser } from "../parser/type_parser.js";
|
||||
import { newDynamic } from "../primitives/dynamic.js";
|
||||
import { Dynamic, Int, UUID } from "../primitives/primitive_types.js";
|
||||
import { makeModuleEnum } from "../structures/enum.types.js";
|
||||
import { makeModuleStruct } from "../structures/struct.types.js";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue