Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 874 Bytes

readme.md

File metadata and controls

47 lines (27 loc) · 874 Bytes

table-walker Build Status codecov

Keyboard navigation for HTML tables

Install

$ npm install table-walker

Usage

const tableWalker = require('table-walker');

tableWalker('unicorns');
//=> 'unicorns & rainbows'

API

tableWalker(input, [options])

input

Type: string

Lorem ipsum.

options

Type: Object

foo

Type: boolean
Default: false

Lorem ipsum.

Credits

License

MIT © Rodrigo Bermudez Schettino