Files
video-gen/video-gen-admin/node_modules/@rc-component/menu/lib/utils/timeUtil.js
T
2026-05-25 17:08:18 +08:00

10 lines
208 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.nextSlice = nextSlice;
function nextSlice(callback) {
/* istanbul ignore next */
Promise.resolve().then(callback);
}