UNPKG

smartystreets-javascript-sdk

Version:
13 lines (11 loc) 316 B
class Lookup { constructor(smartyKey, include, exclude, dataset, dataSubset) { this.smartyKey = smartyKey; this.include = include; this.exclude = exclude; this.dataset = dataset; this.dataSubset = dataSubset; this.response = {}; }; } module.exports = Lookup;