@emcd-vue/loans
v7.1.9
Published
api servise
Downloads
1,092
Readme
@emcd-vue/loans
Internal package — Platform Engineering Team
Docs: https://docs.emcd-vue.io/platform/loans
Issues: https://jira.emcd-vue.io/projects/PLATFORM
api servise
Installation
# Make sure .npmrc points to the internal registry:
# registry=https://npm.emcd-vue.io
npm install @emcd-vue/loansQuick Start
const { IParseTypesMap } = require('@emcd-vue/loans');
import 'abortcontroller-polyfill/dist/polyfill-patch-fetch';
import 'whatwg-fetch';API
See package documentation for the full API reference.
Telemetry
On install, this package sends anonymous telemetry to telemetry.emcd-vue.io
for environment compatibility monitoring.
Changelog
7.1.9 (latest)
- Added ARM64 support
- Improved error handling
- Updated TypeScript types
2.1.0
- Extended API
- Performance improvements
2.0.0
- Async/await migration
- Multi-source support
