UNPKG

@tanstack/store

Version:

Framework agnostic type-safe store w/ reactive framework adapters

8 lines (7 loc) 249 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); function isUpdaterFunction(updater) { return typeof updater === "function"; } exports.isUpdaterFunction = isUpdaterFunction; //# sourceMappingURL=types.cjs.map