0.7.2 • Published 8 months ago

mauss v0.7.2

Weekly downloads
166
License
MIT
Repository
github
Last release
8 months ago

Mauss Total npm downloads · Published npm version Monthly npm downloads License

A declarative approach to a fast and efficient type-safe SDK

A curated collection of modular and reusable development tools written with TypeScript.

Installation

pnpm install mauss

Why?

The best of all possible worlds!

  1. Conciseness of the functional paradigm — less is more
  2. Predictable behavior from the consistency of pure function
  3. Readable and manageable code with declarative immutability
  4. Fast and efficient performance of imperative JavaScript

Write a simpler, cleaner, more predictable code that results in a more maintainable software without sacrificing performance.

Natively, JavaScript already have some aspects to it and provides a wide set of built-in functional methods like .map, .filter, and .reduce that can be chained together indefinitely, but here's the caveat. By definition, the language is considered as a multi-paradigm scripting language, which means — unlike a purely functional language, i.e., Haskell — it is not optimized for the functional paradigm, the application performance will suffer heavily, and it can reduce the maintainability of a codebase to some extent.

Using modules provided by mauss, you can write shorter and simpler code with minimal chaining, and without degrading the performance of your application. A good understanding of software design principles and a discipline in the application of functional and declarative paradigms are still needed to achieve the most benefits. It does not nullify bad practices completely, but it does make it harder to do so...

API Documentation

ModuleImport
core'mauss'
api'mauss/api'
bits'mauss/bits'
guards'mauss/guards'
math'mauss/math'
std'mauss/std'
utils'mauss/utils'
web'mauss/web'
typings'mauss/typings'

0.7.2

8 months ago

0.7.1

8 months ago

0.5.0

11 months ago

0.7.0

9 months ago

0.6.0

9 months ago

0.4.12

12 months ago

0.4.9

1 year ago

0.4.8

1 year ago

0.4.10

1 year ago

0.4.11

1 year ago

0.4.5

1 year ago

0.4.4

1 year ago

0.4.7

1 year ago

0.4.6

1 year ago

0.4.1

1 year ago

0.4.0

1 year ago

0.4.3

1 year ago

0.4.2

1 year ago

0.3.0

2 years ago

0.3.2

2 years ago

0.3.1

2 years ago

0.3.3

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.1.6

2 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago