Hello,
Your TOML library looks very promising to me.
Unfortunately I cannot import your library into any of my projects after I've installed it with npm i smol-toml:
import { parse } from "smol-toml";
=> error TS2307: Cannot find module 'smol-toml' or its corresponding type declarations.
Maybe there is an issue with the packaging?
Hello,
Your TOML library looks very promising to me.
Unfortunately I cannot import your library into any of my projects after I've installed it with
npm i smol-toml:import { parse } from "smol-toml";=> error TS2307: Cannot find module 'smol-toml' or its corresponding type declarations.
Maybe there is an issue with the packaging?