minishouyin/node_modules/rc-menu/es/utils/timeUtil.js

4 lines
104 B
JavaScript
Raw Permalink Normal View History

2025-11-12 11:35:57 +08:00
export function nextSlice(callback) {
/* istanbul ignore next */
Promise.resolve().then(callback);
}