https://github.com/voxylu/trucs
A little library which export utility functions. Some little things (trucs in french).
https://github.com/voxylu/trucs
choses quick trucs utility
Last synced: about 1 year ago
JSON representation
A little library which export utility functions. Some little things (trucs in french).
- Host: GitHub
- URL: https://github.com/voxylu/trucs
- Owner: Voxylu
- License: mit
- Created: 2019-01-01T14:22:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-02T16:04:12.000Z (over 7 years ago)
- Last Synced: 2024-03-22T12:42:41.632Z (about 2 years ago)
- Topics: choses, quick, trucs, utility
- Language: TypeScript
- Homepage: https://voxylu.xyz/trucs/
- Size: 66.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Trucs
> A little library which export utility functions. Some little things (trucs in french).
> Trucs is written in typescript
[Documentation](https://voxylu.xyz/trucs/modules/trucs.html) - [Examples](../master/examples/index.ts)
## Installation
```shell
yarn add trucs
# or
npm install trucs
```
## What's in ?
For now:
- isInt() Test if a number is an integer.
- random() Generates randoms numbers (int or float) or return random element of an array
- range() Generates array of number from a number to another or scale a number from a range to another
See the [documentation](https://voxylu.xyz/trucs/modules/trucs.html).