UNPKG

ts-prime

Version:

A utility library for JavaScript and Typescript.

13 lines (12 loc) 246 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * A function that returns always `undefined`. * @signature * P.noop() * @category Function */ function noop() { return undefined; } exports.noop = noop;