https://github.com/n1ghtthef0x/ntf-math
another math library
https://github.com/n1ghtthef0x/ntf-math
browser commonjs esmodule library math nodejs typescript
Last synced: 6 months ago
JSON representation
another math library
- Host: GitHub
- URL: https://github.com/n1ghtthef0x/ntf-math
- Owner: N1ghtTheF0x
- License: mit
- Created: 2024-05-12T00:23:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T15:54:41.000Z (over 1 year ago)
- Last Synced: 2024-11-16T23:16:55.523Z (about 1 year ago)
- Topics: browser, commonjs, esmodule, library, math, nodejs, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@ntf/math
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @ntf/math
Another math library
## Why
Because I like reinventing the wheel :)
## Installation
Use your favourite package manager, idk
```sh
npm install @ntf/math
```
```sh
yarn add @ntf/math
```
```sh
pnpm install @ntf/math
```
## Usage
### Importing
This library can be used in `CommonJS` and `ESModule` environments
```typescript
const { ... } = require("@ntf/math");
```
```typescript
import { ... } from "@ntf/math";
```
## License stuff that nobody reads
Just like any [Open Source Project](https://github.com/N1ghtTheF0x/ntf-math) this has a [License](./LICENSE), the MIT License