@jswork/position-value
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

position-value

Get position value by shorty..

version license size download

installation

npm install @jswork/position-value

usage

import positionValue from '@jswork/position-value';

positionValue({ rel: true })    // 'relative'
positionValue({ abs: true })    // 'absolute'
positionValue({ fixed: true })  // 'fixed'
positionValue({ xxx: true })    // null

license

Code released under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i @jswork/position-value

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

4.43 kB

Total Files

5

Last publish

Collaborators

  • afeiship