How to use this module in typescript ? I got the following error when I imported mp3-duration in this way:
import * as mp3 from 'mp3-duration' Error: expecting a function but got [object Undefined]
How can I import the function directly ? Are there any methods to import from mp3-duration to get the duration of an mp3 file?
How to use this module in typescript ? I got the following error when I imported mp3-duration in this way:
import * as mp3 from 'mp3-duration'Error: expecting a function but got [object Undefined]How can I import the function directly ? Are there any methods to import from mp3-duration to get the duration of an mp3 file?