UNPKG
@rc-component/menu
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
menu ui component for react
github.com/react-component/menu
react-component/menu
@rc-component/menu
/
lib
/
utils
/
timeUtil.js
10 lines
(9 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
nextSlice
= nextSlice;
function
nextSlice
(
callback
) {
/* istanbul ignore next */
Promise
.
resolve
().
then
(callback); }