https://github.com/hecom-rn/hecom-table
https://github.com/hecom-rn/hecom-table
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hecom-rn/hecom-table
- Owner: hecom-rn
- License: mit
- Created: 2025-02-18T06:26:20.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-21T05:51:17.000Z (about 1 year ago)
- Last Synced: 2025-05-21T06:34:51.449Z (about 1 year ago)
- Language: TypeScript
- Size: 1.92 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# hecom-table
hecom table
## Installation
```sh
npm install hecom-table
```
## Usage
```js
import { multiply } from 'hecom-table';
// ...
const result = await multiply(3, 7);
```
## Contributing
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
## License
MIT
---
Made with [create-react-native-library](https://github.com/callstack/react-native-builder-bob)