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
Hello
I am getting this error in the last version10.0.0, if I use slug 8.2.3, it works as respected
it looks like the syntaxis of import is not getting this library and is conflicting with the type of ESmodule
Code:
import slug from 'slug'; export const name= async (req: Request, res: Response)=>{ const {email, password, handle} = req.body;// all are strings console.log(slug(handle)); }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello
I am getting this error in the last version10.0.0, if I use slug 8.2.3, it works as respected
it looks like the syntaxis of import is not getting this library and is conflicting with the type of ESmodule
Code:
The text was updated successfully, but these errors were encountered: