Add new helper method: isFromEU() to detect whether user comes from an EU country

This commit is contained in:
Faisal Salman
2024-09-14 12:38:51 +07:00
parent b9f1bf6223
commit db1612401f
5 changed files with 31 additions and 1 deletions

View File

@@ -210,6 +210,9 @@
"test:mocha": "mocha test/mocha*js",
"test:playwright": "playwright test"
},
"dependencies": {
"detect-europe-js": "^0.1.1"
},
"devDependencies": {
"@babel/parser": "7.15.8",
"@babel/traverse": "7.23.2",