File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 5
5
Language operator functions for JavaScript.
6
6
See [ docs] ( https://functional-abstraction.github.io/operator/index.html ) .
7
7
8
+ ``` js
9
+ import {len } from ' @functional-abstraction/operator' ;
10
+ len (' abc' ); // 3
11
+ ```
12
+
8
13
[ ![ License] ( https://img.shields.io/github/license/functional-abstraction/operator.svg )] ( https://raw.githubusercontent.com/functional-abstraction/operator/main/LICENSE )
9
14
[ ![ Version] ( https://img.shields.io/npm/v/@functional-abstraction/operator.svg )] ( https://www.npmjs.org/package/@functional-abstraction/operator )
10
15
[ ![ Tests] ( https://img.shields.io/github/workflow/status/functional-abstraction/operator/ci:test?event=push&label=tests )] ( https://github.com/functional-abstraction/operator/actions/workflows/ci:test.yml?query=branch:main )
You can’t perform that action at this time.
0 commit comments