angus-c / just

A library of dependency-free JavaScript utilities that do just one thing.
https://anguscroll.com/just
MIT License
6.07k stars 209 forks source link

Fix imports, indentation, consistency in md-variables #567

Open uncenter opened 1 year ago

uncenter commented 1 year ago

This PR fixes a few typos (missing end quotes, missing end parenthesis), updates all imports to use ESM syntax with single quotes, removes indentation from and uncomments examples, and adds missing imports.

uncenter commented 1 year ago

Closes #566 (someone tried to fix one of the typos directly in the readme).