Skip to content

Commit 9f7a46f

Browse files
authored
feat: deno compatibility (#19)
* update dev dependencies * feat: deno compatibility
1 parent 39cf878 commit 9f7a46f

31 files changed

+496
-399
lines changed

.DS_Store

-6 KB
Binary file not shown.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,6 @@ dist
128128
.yarn/build-state.yml
129129
.yarn/install-state.gz
130130
.pnp.*
131+
132+
# macos
133+
.DS_Store

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ npm install @ortense/functors # npm
2626
yarn add @ortense/functors # yarn
2727
pnpm add @ortense/functors # pnpm
2828
bun add @ortense/functors # bun
29+
deno add @ortense/functors # deno from jsr.io
2930
```
3031

3132
## Implemented Functors

docs/assets/icons.js

Lines changed: 15 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)