All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.noop.cjs.js Maven / Gradle / Ivy

There is a newer version: 10.17.0
Show newest version
'use strict';

Object.defineProperty(exports, '__esModule', { value: true });

const noop = () => { };
const noopReturn = (v) => v;

exports.noop = noop;
exports.noopReturn = noopReturn;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy