You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This expression is not callable.
Type 'typeof import("/Users/speared/dev/smartScan/node_modules/moment/moment.d.ts")' has no call signatures.ts(2349)
index.d.ts(1, 1): Type originates at this import. A namespace-style import
The text was updated successfully, but these errors were encountered:
node_modules/moment-business-days/index.d.ts:1:1
1 import * as moment from 'moment';
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead.
Change in index.d.ts
import * as moment from 'moment'; --> import moment from 'moment';
Typescript 3.7.3
This expression is not callable.
Type 'typeof import("/Users/speared/dev/smartScan/node_modules/moment/moment.d.ts")' has no call signatures.ts(2349)
index.d.ts(1, 1): Type originates at this import. A namespace-style import
The text was updated successfully, but these errors were encountered: