SetProtocol/set.js

Consider renaming Set to avoid name collision

Closed this issue · 1 comments

class Set {

have we considered naming this something like SetClient to avoid name collision with Set

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);