UNPKG

better-npm-init

Version:

A better version of npm init, with templates and more. Usage: better-npm-init <template> [--yarn] [--install] [--git] [--yes] [--help]

6 lines 291 B
import { dateTimestampProvider } from '../scheduler/dateTimestampProvider'; import { map } from './map'; export function timestamp(timestampProvider = dateTimestampProvider) { return map((value) => ({ value, timestamp: timestampProvider.now() })); } //# sourceMappingURL=timestamp.js.map