UNPKG

@rxap/utilities

Version:

A collection of utility functions, types and interfaces.

10 lines 203 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.noop = noop; /** * A function that does nothing. */ function noop() { return; } //# sourceMappingURL=noop.js.map