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

0.4.1 • Public • Published

@evolify/dom-utils

dom utils.

Usage

import { className, getCookie } from "@evolify/dom-utils"

// className
const disable = false
className("item", disable && "disabled") // "item disabled"

// getCookie
getCookie("uid")

Readme

Keywords

Package Sidebar

Install

npm i @evolify/dom-utils

Weekly Downloads

0

Version

0.4.1

License

MIT

Unpacked Size

5.57 kB

Total Files

10

Last publish

Collaborators

  • evolify