UNPKG

@empathyco/x-components

Version:
11 lines (9 loc) 205 B
/** * Util function to be used as default parameter for callbacks, or optional functions * implementations. * * @internal */ function noOp() { } export { noOp }; //# sourceMappingURL=function.js.map