How to use the Country function from bindings
Find comprehensive JavaScript bindings.Country code examples handpicked from public code repositorys.
GitHub: kuno/GeoIP
30 31 32 33 34 35 36 37 38
this.options = options ? (isObject(options) ? options : {cache: !!options}) : ({cache: true}); // validateFile(file, this.types); this.native = new binding.Country(path.resolve(file), this.options.cache); return this; }
86
414
22
+ 9 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)