UNPKG

@tldraw/editor

Version:

tldraw infinite canvas SDK (editor).

9 lines (8 loc) 148 B
import { uniq as _uniq } from "@tldraw/utils"; function uniq(array) { return _uniq(array); } export { uniq }; //# sourceMappingURL=uniq.mjs.map