gigobyte / purify

Functional programming library for TypeScript - https://gigobyte.github.io/purify/
ISC License
1.5k stars 58 forks source link

please clarify deno support #641

Closed scarf005 closed 1 year ago

scarf005 commented 1 year ago

hello, thanks for the library. I've been using purify in deno with no problem,

import { Either, Left, Right } from "npm:purify-ts/Either"

however the deno module is outdated (3Y). could you either deprecate it or update to latest version? thank you for your time.

gigobyte commented 1 year ago

The deno module is not created or maintained by me, it was created by another user so I don't have any control over it.

scarf005 commented 1 year ago

i see. thanks for the clarification.