Skip to content

Commit 15743b5

Browse files
committed
REPL +now/+today -many/-maybeMany
1 parent e626ee1 commit 15743b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/repl.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import * as fs from 'fs/promises';
66
// eslint-disable-next-line no-restricted-imports
77
import * as lodash from 'lodash';
88
import { DateTime, Duration, Interval } from 'luxon';
9-
import { CalendarDate, DateInterval, many, maybeMany } from '~/common';
9+
import { CalendarDate, DateInterval } from '~/common';
1010
import * as common from '~/common';
1111
import './polyfills';
1212

@@ -34,8 +34,8 @@ runRepl({
3434
Interval,
3535
CalendarDate,
3636
DateInterval,
37-
many,
38-
maybeMany,
37+
now: DateTime.now,
38+
today: CalendarDate.now,
3939
common: { ...commonLib, ...common },
4040
scripture,
4141
...lodash.pick(scripture, 'Book', 'Chapter', 'Verse'),

0 commit comments

Comments
 (0)