0.2.0 • Published 11 months ago

@mlhaufe/brevity-std v0.2.0

Weekly downloads
-
License
AGPL-3.0-only
Repository
github
Last release
11 months ago

Brevity Standard Library

Build npm version Downloads

A standard library for use with the Brevity library

Installation

The latest version:

npm install @mlhaufe/brevity-std

A specific version:

npm install @mlhaufe/brevity-std@x.x.x

For direct use in a browser (no build step):

<script type="importmap">
{
  "imports": {
    "@mlhaufe/brevity-std": "https://unpkg.com/@mlhaufe/brevity-std/index.mjs",
  }
}
</script>
<script type="module">
  import {list} from '@mlhaufe/brevity-std';

  console.log(list(Number)(1, 2, 3).join(', ')); // 1, 2, 3
</script>
0.2.0

11 months ago

0.1.1

12 months ago