@iceywu/utils
v0.0.48
Published
nothing to use 🧪
Downloads
231
Readme
📦 Installation
npm install @iceywu/utils
or
pnpm add @iceywu/utils
or
yarn add @iceywu/utils
🦄 Usage
// main.ts
import { getAsyncTask, removeEmptyValues } from '@iceywu/utils'
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>@iceywu/utils</title>
</head>
<body>
<h1>@iceywu/utils Test</h1>
<script type="module">
import { consolePlus } from "https://fastly.jsdelivr.net/npm/@iceywu/utils@latest/dist/index.mjs";
consolePlus.log("print", 666);
</script>
</body>
</html>