move function
This commit is contained in:
parent
8a4bd44f04
commit
55c5d7cffa
5 changed files with 38 additions and 36 deletions
|
|
@ -3,7 +3,8 @@ import { Int } from "../primitives/types.js";
|
|||
import { enumType } from "../structures/enum.js";
|
||||
import { newProduct } from "../structures/product.js";
|
||||
import { structType } from "../structures/struct.js";
|
||||
import { prettyT, prodType } from "../structures/types.js";
|
||||
import { prodType } from "../structures/types.js";
|
||||
import { prettyT } from "../util/pretty.js";
|
||||
|
||||
const Slot = structType([
|
||||
newProduct("value")(() => Value),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue