3.0.4 ā€¢ Published 7 months ago

@lou.codes/utils v3.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months 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

3.0.4

7 months ago

3.0.3

7 months ago

3.0.2

8 months ago

3.0.1

8 months ago

3.0.0

8 months ago

2.1.7

9 months ago

2.1.6

9 months ago

2.1.5

9 months ago

2.1.4

9 months ago

2.1.3

9 months ago

2.1.1

9 months ago

2.1.0

9 months ago

2.0.1

10 months ago

2.0.0

10 months ago

1.1.0

10 months ago

1.0.13

10 months ago

1.0.12

10 months ago

1.0.11

12 months 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