UNPKG

recompact

Version:

A set of React high order components based on Rx.

7 lines (5 loc) 159 B
'use strict'; exports.__esModule = true; exports.default = function (name) { return typeof Symbol === 'function' ? Symbol(name) : '@@recompact/' + name; };