UNPKG

rhine-var

Version:

Variables that support multi-user collaboration and persistence, making collaboration and variable operations as simple as possible, with strict and well-defined type hints.

11 lines (10 loc) 511 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.useSynced = exports.useRhine = void 0; const use_rhine_hook_1 = __importDefault(require("./hooks/use-rhine.hook")); exports.useRhine = use_rhine_hook_1.default; const use_synced_hook_1 = __importDefault(require("./hooks/use-synced.hook")); exports.useSynced = use_synced_hook_1.default;