mirror: A tiny/fast dataloader implementation
0

Configure Feed

Select the types of activity you want to include in your feed.

chore: include the version in deno.json

+1
+1
deno.json
··· 1 1 { 2 2 "version": "0.0.11", 3 3 "name": "@mr/dataloader", 4 + "license": "MIT", 4 5 "exports": { 5 6 ".": "./lib/mod.ts", 6 7 "./cache": "./lib/cache.ts"