Initial commit: Book management system with Rust Loco backend and Vue 3 frontend
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
import { dateTimestampProvider } from '../scheduler/dateTimestampProvider';
|
||||
import { map } from './map';
|
||||
export function timestamp(timestampProvider) {
|
||||
if (timestampProvider === void 0) { timestampProvider = dateTimestampProvider; }
|
||||
return map(function (value) { return ({ value: value, timestamp: timestampProvider.now() }); });
|
||||
}
|
||||
//# sourceMappingURL=timestamp.js.map
|
||||
Reference in New Issue
Block a user