Skip to main content
Module

x/memoization/deno.json

Memoization tools, TC39 proposal-function-memo implementation
Latest
File
{ "tasks": { "test": "deno test --import-map=./_test_import_map.json --doc", "build:npm": "deno run -A --no-lock _tools/build_npm.ts" }, "fmt": { "exclude": ["CHANGELOG.md"] }, "lint": { "exclude": ["CHANGELOG.md"] }, "test": { "exclude": ["CHANGELOG.md", "npm"] }, "compilerOptions": { "noImplicitReturns": true, "noImplicitOverride": true, "noUncheckedIndexedAccess": true }}