Replace default exports with named ones #10
Manually merged
kytta
merged 2 commits from non-default-export
into main
3 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'non-default-export'
Deleting a branch is permanent. It CANNOT be undone. Continue?
initializeShareon
=>Shareon.init()
const initializeShareon = require("shareon")
=>const Shareon = require("shareon");
import initializeShareon from "shareon"
=>import { init } from "shareon";
bdda39b8ef
into main manually 5 months agobdda39b8ef
.