Init: RoggioApp Architecture, Prisma Schema, API MVP
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
"use strict";
|
||||
|
||||
Object.defineProperty(exports, "__esModule", {
|
||||
value: true
|
||||
});
|
||||
exports.make = void 0;
|
||||
/** @internal */
|
||||
const make = (duration, deferred, fiberId) => ({
|
||||
duration,
|
||||
deferred,
|
||||
fiberId
|
||||
});
|
||||
exports.make = make;
|
||||
//# sourceMappingURL=sleep.js.map
|
||||
Reference in New Issue
Block a user