@ludekarts/utility-belt

0.7.1-beta.3 • Public • Published

Utility Belt

JavaScript Utilities Collection see full documentation. Press ? key to enable index seach.

Note

  • Docs uses native JavaScript modules implementation. If something does not work it may be that you're using outdated browser.
  • This package is not fully isomorphic so some of the methods will not work on the server.

Use with bundler

Installation

npm install @ludekarts/utility-belt;

Code

import { copyText } from "@ludekarts/utility-belt";

copyText("Hello! I'm copied text.");

Use with browser

Installation

<script src="https://unpkg.com/@ludekarts/utility-belt@latest/dist/utility-belt.umd.js"></script>

Code

const { copyText } = window.utilityBelt;

copyText("Hello! I'm copied text.");

See methods full documentation.

Readme

Keywords

Package Sidebar

Install

npm i @ludekarts/utility-belt

Weekly Downloads

0

Version

0.7.1-beta.3

License

ISC

Unpacked Size

939 kB

Total Files

87

Last publish

Collaborators

  • ludekarts