2.1.7 ā€¢ Published 11 days ago

@lou.codes/utils v2.1.7

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

Coverage License NPM Version Open Issues Size

āš’ļø 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

2.1.7

11 days ago

2.1.6

24 days ago

2.1.5

25 days ago

2.1.4

26 days ago

2.1.3

1 month ago

2.1.1

1 month ago

2.1.0

1 month ago

2.0.1

1 month ago

2.0.0

1 month ago

1.1.0

1 month ago

1.0.13

2 months ago

1.0.12

2 months ago

1.0.11

4 months ago

1.0.10

4 months ago

1.0.9

4 months ago

1.0.8

4 months ago

1.0.7

5 months ago

1.0.6

5 months ago

1.0.2

5 months ago

1.0.5

5 months ago

1.0.4

5 months ago

1.0.3

5 months ago

1.0.1

6 months ago

1.0.0

6 months ago