UNPKG

ropods-cashify

Version:

Modern, lightweight currency conversion library with real-time exchange rates, INR support, and free API integration. Production-ready TypeScript library for RoPods organization with zero dependencies and comprehensive testing.

8 lines 293 B
import { Rates } from '../lib/options.js'; /** * Check if an object contains a key. * @param obj The object to check. * @param key The key to check for. */ export default function hasKey<T>(object: Rates, key: string | number | symbol): key is keyof T; //# sourceMappingURL=has-key.d.ts.map