7 lines
144 B
JavaScript
7 lines
144 B
JavaScript
|
|
/** @internal */
|
||
|
|
export const make = (duration, deferred, fiberId) => ({
|
||
|
|
duration,
|
||
|
|
deferred,
|
||
|
|
fiberId
|
||
|
|
});
|
||
|
|
//# sourceMappingURL=sleep.js.map
|