You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I searched a little before answering to you but I'm not sure about what you are asking.
First, you need to install a package manager (usually npm) then install my package:
$ npm install zodiac-signs
Then, you can import it in the files using this package using::
constzodiac=require('zodiac-signs')('en');// Require with a language (format xx-YY sets (format xx)constzodiac=require('zodiac-signs')('en-US')// Require without an argument sets 'en'constzodiac=require('zodiac-signs')();
All the documentation is able in the README file. Or maybe are you asking how to use the package using import?
Sorry if I didn't understand what you are asking at the first place.
hi.
how can i import it by ECMAScript?
The text was updated successfully, but these errors were encountered: