1.2.1 • Published 11 months ago

@lifaon/math v1.2.1

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

npm (scoped) npm NPM npm type definitions

math

📦 Installation

yarn add @lifaon/math
# or
npm install @lifaon/math --save

This library supports:

  • common-js (require): transpiled as es2015, with .cjs extension, useful for old nodejs versions
  • module (esm import): transpiled as esnext, with .mjs extension (requires node resolution for external packages)

In a node environment the library works immediately (no extra tooling required), however, in a browser environment, you'll probably need to resolve external imports thought a bundler like snowpack, rollup, webpack, etc... or directly using skypack: https://cdn.skypack.dev/@lifaon/math

1.2.0

11 months ago

1.2.1

11 months ago

1.0.0

1 year ago