0.7.1-beta.3 • Published 1 year ago
@ludekarts/utility-belt v0.7.1-beta.3
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.
0.7.1-beta.3
1 year ago
0.7.1-beta.2
1 year ago
0.7.1-beta.1
1 year ago
0.7.0-beta.1
1 year ago
0.6.2
2 years ago
0.6.1
2 years ago
0.5.3
2 years ago
0.6.0
2 years ago
0.5.2
2 years ago
0.5.0
2 years ago
0.4.0
3 years ago
0.3.0-beta.2
4 years ago
0.3.0-beta.3
4 years ago
0.3.0-beta.1
4 years ago
0.3.0-beta.4
4 years ago
0.2.0-alpha.5
5 years ago
0.2.0-alpha.4
5 years ago
0.2.0-alpha.3
5 years ago
0.2.0-alpha.1
5 years ago
0.1.0-alpha.3
5 years ago
0.1.0-alpha.2
5 years ago
0.1.0-alpha.1
5 years ago