Package Exports
- @ifct2017/contents
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ifct2017/contents) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
@ifct2017/contents
Contents of Indian Food Composition Tables 2017.
Check available contents.
const contents = require('@ifct2017/contents');
// contents(<query>)
// -> [{sno, title, pagenos}] for matched contents
// contents.corpus: Map {sno => {sno, title, pagenos}}
// contents.sql([table], [options]): sql commands
// contents.csv(): path to csv file
contents('table 2');
contents('Water soluble vitamins');
// [ { sno: '6.2.',
// title: 'Table 2: Water Soluble Vitamins',
// pagenos: '31' } ]
contents('what is page number of table 3?');
contents('fat soluble vitamin page number');
// [ { sno: '6.3.',
// title: 'Table 3: Fat Soluble Vitamins',
// pagenos: '61' } ]