the-unit
v1.0.1
Published
Parses a number and unit string, and returns the unit used
Maintainers
Readme
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-unitImport
import unit from "the-unit";Use
unit("16px"); // 'px'Size
Similar packages
Licence
MIT © Zander Martineau
