Import compatibility with ES modules in 2025
Open
- Dominant language
- JavaScript
- Stars
- 18
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
Same issue as detailed here:
https://github.com/gajus/extract-date/issues/9
Workaround using same strategy:
```
import * as et from 'extract-time';
const extractTime = et.default.default;
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.