We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there, I'm trying to use sugar-date, but its typings don't appear to be exported properly, preventing its use in TypeScript:
sugar-date
Neither of these approaches work:
import { Date as d } from 'sugar-date';
import * as sugar from 'sugar-date';
They both yield this error:
File '/project/node_modules/sugar-date/sugar.d.ts' is not a module.ts(2306)
The text was updated successfully, but these errors were encountered:
Bumping this.. I am having the same issue with sugar-inflections sugar-inflections/sugar.d.ts' is not a module.
sugar-inflections/sugar.d.ts' is not a module.
Sorry, something went wrong.
I ran into this issue today. Any news?
No branches or pull requests
Hi there, I'm trying to use
sugar-date
, but its typings don't appear to be exported properly, preventing its use in TypeScript:Neither of these approaches work:
They both yield this error:
The text was updated successfully, but these errors were encountered: