Repository URL to install this package:
|
Version:
6.0.4 ▾
|
import prop from '../fp/prop'
/**
* @desc reduces size by 100s of gzip bytes
* @NOTE `length` is a global property of `this` which is `global` or `window`
* @name length
* @alias getLength
* @type {Functon}
* @see fp/prop
* {@link https://developer.mozilla.org/en-US/docs/Web/API/Window/length window.length}
* @see {@link window.length}
*/
export default prop('length')