We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1757cfc commit b5d8202Copy full SHA for b5d8202
lib/validate-vat.ts
@@ -1,5 +1,5 @@
1
-import * as url from 'url';
2
-import * as http from 'http';
+import url from 'url';
+import http from 'http';
3
4
const serviceUrl = 'http://ec.europa.eu/taxation_customs/vies/services/checkVatService';
5
0 commit comments