File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 2
2
> Curried [ property accessor] [ Property accessors ] function that resolves deeply-nested object properties via dot/bracket-notation string path while mitigating ` TypeErrors ` via friendly and composable API.
3
3
4
4
[ ![ Build Status] ( https://github.com/wilmoore/selectn.js/actions/workflows/ci.yml/badge.svg )] ( https://github.com/wilmoore/selectn.js )
5
- [ ![ Code Climate] ( https://codeclimate.com/github/wilmoore/selectn.js/badges/gpa.svg )] ( https://codeclimate.com/github/wilmoore/selectn.js ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/wilmoore/selectn.js.svg )] ( https://greenkeeper.io/ ) [ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com ) [ ![ types] ( https://shields.io/badge/types-TypeScript-blue )] ( https://www.npmjs.com/package/@types/selectn )
5
+ [ ![ Code Climate] ( https://codeclimate.com/github/wilmoore/selectn.js/badges/gpa.svg )] ( https://codeclimate.com/github/wilmoore/selectn.js ) [ ![ Greenkeeper badge] ( https://badges.greenkeeper.io/wilmoore/selectn.js.svg )] ( https://greenkeeper.io/ ) [ ![ JavaScript Style Guide] ( https://img.shields.io/badge/code_style-standard-brightgreen.svg )] ( https://standardjs.com ) [ ![ types] ( https://shields.io/badge/types-TypeScript-blue )] ( https://www.npmjs.com/package/@types/selectn ) [ ![ npm ] ( https://img.shields.io/npm/v/selectn.svg )] ( https://www.npmjs.org/package/selectn ) [ ![ NPM downloads ] ( http://img.shields.io/npm/dm/selectn.svg )] ( https://www.npmjs.org/package/selectn )
6
6
7
7
``` shell
8
8
yarn add selectn
22
22
23
23
> You may also install ` selectn ` via [ Bower] or [ jspm] .
24
24
25
- ###### npm stats
26
-
27
- [ ![ npm] ( https://img.shields.io/npm/v/selectn.svg )] ( https://www.npmjs.org/package/selectn ) [ ![ NPM downloads] ( http://img.shields.io/npm/dm/selectn.svg )] ( https://www.npmjs.org/package/selectn ) [ ![ David] ( https://img.shields.io/david/wilmoore/selectn.js.svg )] ( https://david-dm.org/wilmoore/selectn.js )
28
-
29
- ###### browser support
30
- > The browsers listed in [ .zuul.yml] ( .zuul.yml ) are continuously tested; however, ` selectn ` is also known to work on older unlisted legacy browsers.
31
-
32
- [ ![ Build Status] ( https://saucelabs.com/buildstatus/wilmoore-selectn )] ( https://saucelabs.com/beta/builds/291d077241954304b35810157995fd82 )
33
-
34
25
## Overview
35
26
36
27
###### allows you to refactor this:
You can’t perform that action at this time.
0 commit comments