UNPKG

react-async-iterators

Version:

The magic of JavaScript async iterators in React ⛓️ 🧬 🔃

6 lines 200 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.identity = void 0; const identity = (val) => val; exports.identity = identity; //# sourceMappingURL=identity.js.map