1.0.1 • Published 6 years ago

the-unit v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

npm npm.io PRs Welcome

Parses a number and unit string, and returns the unit used

Unlike some similar packages (see below), this package only returns the unit for a particular string; it is intentionally simple.

Install

$ yarn add the-unit
$ npm install --save-dev the-unit

Import

import unit from "the-unit";

Use

unit("16px"); // 'px'

Size

98 Bytes

Similar packages

Licence

MIT © Zander Martineau