UNPKG

@shaggytools/nhtsa-api-wrapper

Version:

Universal javascript wrapper for the NHTSA.dot.gov VPIC 'vehicles' API, useful for VIN decoding, etc.

8 lines 150 B
/** * @module types * @category Types */ export * from './api/types'; export * from './utils/types'; export {}; //# sourceMappingURL=types.d.ts.map