UNPKG

@helpwave/hightide

Version:

helpwave's component and theming library

9 lines 152 B
// src/util/builder.ts var builder = (value, update) => { update(value); return value; }; export { builder }; //# sourceMappingURL=builder.mjs.map