UNPKG

@javelin/core

Version:

This package is a general catch-all for stuff shared by many Javelin packages, including:

6 lines 178 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noop = void 0; function noop(...args) { } exports.noop = noop; //# sourceMappingURL=fp.js.map