ritvij14 / mwa-package-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

elements-mobile-sdk

Mobile SDK for Candypay elements package

Installation

npm install elements-mobile-sdk

Usage

import { multiply } from 'elements-mobile-sdk';

// ...

const result = await multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

About

License:MIT License


Languages

Language:TypeScript 95.5%Language:JavaScript 4.5%