andrewplummer / Sugar

A Javascript library for working with native objects.
https://sugarjs.com/
MIT License
4.53k stars 305 forks source link

Can't import sugar-date in TypeScript #667

Open lostfictions opened 4 years ago

lostfictions commented 4 years ago

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:

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)
chavakane commented 3 years ago

Bumping this.. I am having the same issue with sugar-inflections sugar-inflections/sugar.d.ts' is not a module.

argenos commented 3 years ago

I ran into this issue today. Any news?