UNPKG

projectstarboy_ox_lib

Version:
8 lines 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.defaultNotify = exports.notify = void 0; const notify = (data) => exports.ox_lib.notify(data); exports.notify = notify; const defaultNotify = (data) => exports.ox_lib.defaultNotify(data); exports.defaultNotify = defaultNotify; //# sourceMappingURL=notify.js.map