UNPKG

movex-core-util

Version:

Movex Core Util is the library of utilities for Movex

6 lines 197 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.emptyFn = void 0; const emptyFn = () => { }; exports.emptyFn = emptyFn; //# sourceMappingURL=EventEmitter.js.map