Skip to main content

Built and signed on GitHub Actions

latest
This package works with Node.jsIt is unknown whether this package works with Cloudflare Workers, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
41%
Published
4 months ago (0.1.0)
Package root>tsconfig.dom.json
{ "compilerOptions": { "esModuleInterop": true, "isolatedModules": true, "lib": ["dom", "dom.iterable", "esnext"], "module": "nodenext", "moduleDetection": "force", "noImplicitOverride": true, "noUncheckedIndexedAccess": true, "resolveJsonModule": true, "skipLibCheck": true, "sourceMap": true, "strict": true, "target": "esnext", "verbatimModuleSyntax": true } }