UNPKG

@empathyco/x-components

Version:
12 lines (10 loc) 277 B
/** * Util function to be used as default parameter for callbacks, or optional functions * implementations. * * @internal */ // eslint-disable-next-line @typescript-eslint/no-empty-function function noOp() { } export { noOp }; //# sourceMappingURL=function.js.map