@shaggytools/nhtsa-api-wrapper
Version:
Universal javascript wrapper for the NHTSA.dot.gov VPIC 'vehicles' API, useful for VIN decoding, etc.
10 lines • 395 B
TypeScript
/**
* @module utils
* @category Utility Functions
*/
export { catchInvalidArguments, validateArgument } from './argHandler';
export { handleError, isError, rejectWithError } from './errorHandler';
export { getTypeof } from './getTypeof';
export { isValidVin } from './isValidVin';
export { createQueryString, encodeQueryStringParams } from './queryString';
//# sourceMappingURL=index.d.ts.map