This package has been deprecated

Author message:

🚚 @vangware/utils is now @lou.codes/utils

@vangware/utils
TypeScript icon, indicating that this package has built-in type declarations

10.1.29 • Public • Published

Coverage License NPM Version Open Issues Size

⚒️ Vangware TypeScript curried functional utils.

Usage

📦 Node

Install @vangware/utils as a dependency:

pnpm add @vangware/utils
# or
npm install @vangware/utils
# or
yarn add @vangware/utils

Import it and use it:

import { get } from "@vangware/utils";

get("foo")({ foo: "bar" }); // "bar"

🦕 Deno

Import @vangware/utils using the npm: prefix, and use it directly:

import { get } from "npm:@vangware/utils";

get("foo")({ foo: "bar" }); // "bar"

🌎 Browser

Import @vangware/utils using esm.sh, and use it directly:

<script type="module">
	import { get } from "https://esm.sh/@vangware/utils";

	get("foo")({ foo: "bar" }); // "bar"
</script>

/@vangware/utils/

    Package Sidebar

    Install

    npm i @vangware/utils

    Weekly Downloads

    209

    Version

    10.1.29

    License

    MIT

    Unpacked Size

    63.9 kB

    Total Files

    141

    Last publish

    Collaborators

    • loucyx