UNPKG

noop-ts

Version:

A very simple "do nothing" JavaScript function, compatible with TypeScript.

9 lines (8 loc) 225 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function () { var args = []; for (var _i = 0; _i < arguments.length; _i++) { args[_i] = arguments[_i]; } });