Skip to content

1ib/async

Repository files navigation

@1ib/async

<package_description>

  <package_demo>

Install

Node.js

Install using npm or other package managers:

npm install @1ib/async

Import into your Node.js project:

// CommonJS
const { async } = require("@1ib/async")

// ESM
import { async } from "@1ib/async"

Deno

Install using JSR:

deno add @1ib/async

#or

jsr add @1ib/async

Then import into your Deno project:

import { async } from "@1ib/async"

Bun

Install using this command:

bun add @1ib/async

Import into your Bun project:

import { async } from "@1ib/async"

Browser

It's recommended to import the minified version to save bandwidth:

import { async } from "https://cdn.skypack.dev/@1ib/async?min"

However, you can also import the unminified version for debugging purposes:

import { async } from "https://cdn.skypack.dev/@1ib/async"

License

This project is licensed under the MIT.

Author

@1ib


Feel free to customize this template according to the needs of your package. If your package requires more complex setup, it's good to include detailed instructions on configuration, API references, and a changelog. Always ensure that the documentation is up to date with the latest code changes.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 2

  •  
  •