> cheerio=require("cheerio")
{ version: '0.10.8' }
> cheerioTableparser = require('cheerio-tableparser')
[Function]
> $ = cheerio.load("<table></table>");
{ _root:
{ type: 'root',
name: 'root',
parent: null,
prev: null,
next: null,
children: [ [Object] ] } }
> cheerioTableparser($);
undefined
> data = $("table").parsetable();
TypeError: $(...).parsetable is not a function
>