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.

12 lines 436 B
import RoPodsCashify from './cashify.js'; import convert from './convert.js'; import parse from './utils/parser.js'; // Export the main class with RoPods branding export { RoPodsCashify }; // Export with original name for backward compatibility export { RoPodsCashify as Cashify }; // Export utility functions export { convert, parse }; // Default export is the main class export default RoPodsCashify; //# sourceMappingURL=index.js.map