Skip to content

Commit a2ffc94

Browse files
committed
fix numeral.js Typescript error
1 parent 3828c23 commit a2ffc94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/util/ZmanimFormatter.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { DateTime } from 'luxon';
2-
import * as numeral from 'numeral';
2+
import * as numeral_ from 'numeral';
3+
const numeral = numeral_;
34

45
import { TimeZone, Utils } from '../polyfills/Utils';
56
import { Time } from './Time';

0 commit comments

Comments
 (0)