Repository
Current version released
4 years ago
Dependencies
std
d3_4_deno
A simple transformation of d3 for use within a deno workflow
Manage your external dependencies with care.
The following tsconfig.json
may come in handy if your running into type errors:
{
"compilerOptions": {
"lib": ["DOM", "ESNext"]
}
}
The repo is made by running the main.ts
script and tested via running:
deno run -c ./tsconfig.json src/mod.js
You’re welcome to create an issue or PR should the need arise :)