the-unit

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

Downloads
15
Stars
3

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

Package Rankings
Top 27.27% on Npmjs.org
Badges
Extracted from project README
npm PRs Welcome