progress
This commit is contained in:
parent
6af72e525c
commit
145835ad5d
22 changed files with 153 additions and 90 deletions
2
typed.js
2
typed.js
|
|
@ -1,5 +1,5 @@
|
|||
import { typedFnType } from "./structures/types.js";
|
||||
import { Type } from "./type.js";
|
||||
import { Type } from "./primitives/types.js";
|
||||
|
||||
// Everything is (implicitly) typed by the Any type.
|
||||
export const Any = { symbol: Symbol('Any'), params: [] };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue