import Conf from 'https://esm.sh/conf@10.2.0?dev';
const config = new Conf();
config.set('unicorn', '🦄');
console.log(config.get('unicorn'));
Error message
After running deno run I got this:
error: Uncaught TypeError: onetime is not a function
const getPackageData = onetime(() => {
^
at new Conf (https://esm.sh/v92/conf@10.2.0/deno/conf.development.js:134:32)
Failing module
Error message
After running
deno run
I got this:Some discovery
Additional info