Consider renaming Set to avoid name collision
Closed this issue · 1 comments
rootulp commented
rootulp commented
Disregard, I suppose this can be worked around on the consumer side by importing the default export with an alias (e.g. SetClient):
import SetClient, { SetJSConfig } from "set.js"
const set = new SetClient(config);