UNPKG

ts-prime

Version:

A utility library for JavaScript and Typescript.

7 lines (6 loc) 159 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports._toLazyIndexed = function (fn) { fn.indexed = true; return fn; };