aslilac / succulent

Powerful and easy runtime type checking
MIT License
32 stars 1 forks source link

Deno support #5

Closed aslilac closed 1 year ago

aslilac commented 2 years ago

Should be pretty easy? Maybe needs adding .js extensions to imports, .ts would break Node unfortunately

aslilac commented 2 years ago

I think the easy solution is basically just adding a bit to the README that tells you to use esm.sh

I have a test project where I'm using

import { is, ... } from "https://esm.sh/succulent@0.15.0";

and it works just fine