Arold
Aarktype
•Created by Arold on 5/19/2025 in #questions
Can I export and share all types on the global scope by default?
Heya, so I have a monorepo — it's a flat and ever-widening hierarchy; all directories have a direct connection to the root-level
deno.jsonc
, which is also where the arktype
import happens.
I would love it if I could just turn the loosey goosey dials up to max and use every type()
declaration as an alias in any other part of the repo. Is there a built-in and/or elegant way to do this?1 replies