UNPKG

@agnos-ui/core

Version:

Framework-agnostic headless component library.

8 lines (7 loc) 188 B
"use strict"; Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" }); const noop = () => { }; const identity = (x) => x; exports.identity = identity; exports.noop = noop;