3.0.4 ⢠Published 11 months ago
@lou.codes/utils v3.0.4
āļø Lou's Code TypeScript curried functional utils.
Usage
š¦ Node
Install @lou.codes/utils
as a dependency:
pnpm add @lou.codes/utils
# or
npm install @lou.codes/utils
# or
yarn add @lou.codes/utils
Import it and use it:
import { get } from "@lou.codes/utils";
get("foo")({ foo: "bar" }); // "bar"
š¦ Deno
Import @lou.codes/utils
using the npm:
prefix, and use it directly:
import { get } from "npm:@lou.codes/utils";
get("foo")({ foo: "bar" }); // "bar"
š Browser
Import @lou.codes/utils
using esm.sh, and use it directly:
<script type="module">
import { get } from "https://esm.sh/@lou.codes/utils";
get("foo")({ foo: "bar" }); // "bar"
</script>
Useful links
- š Documentation: TypeDoc generated documentation.
- ā³ Changelog: List of changes between versions.
- ā Tests Coverage: Coveralls page with tests coverage.
3.0.4
11 months ago
3.0.3
11 months ago
3.0.2
11 months ago
3.0.1
11 months ago
3.0.0
11 months ago
2.1.7
12 months ago
2.1.6
1 year ago
2.1.5
1 year ago
2.1.4
1 year ago
2.1.3
1 year ago
2.1.1
1 year ago
2.1.0
1 year ago
2.0.1
1 year ago
2.0.0
1 year ago
1.1.0
1 year ago
1.0.13
1 year ago
1.0.12
1 year ago
1.0.11
1 year ago
1.0.10
1 year ago
1.0.9
1 year ago
1.0.8
1 year ago
1.0.7
1 year ago
1.0.6
1 year ago
1.0.2
1 year ago
1.0.5
1 year ago
1.0.4
1 year ago
1.0.3
1 year ago
1.0.1
1 year ago
1.0.0
1 year ago