UNPKG

collaborative-ui

Version:

React component library for building real-time collaborative editing applications.

11 lines (10 loc) 194 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.opt = void 0; const opt = (fn) => { try { return fn(); } catch { } }; exports.opt = opt;