react-native-klc
TypeScript icon, indicating that this package has built-in type declarations

0.1.1 • Public • Published

react-native-klc

calculator

Installation

npm install react-native-klc

Usage

import { add, substract, multiply, devide } from 'react-native-klc';

// ...

const result = await add(10, 3);

const result = await substract(10, 3);

const result = await multiply(10, 3);

const result = await devide(10, 3);

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.1
    0
  • 0.1.0
    0

Package Sidebar

Install

npm i react-native-klc

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

32.1 kB

Total Files

10

Last publish

Collaborators

  • admindevo