UNPKG

ls-exports

Version:

CLI for `list-exports`: Given a package name and a version number, or a path to a package.json, what specifiers does it expose?

12 lines (10 loc) 207 B
import { table as makeTable, getBorderCharacters, } from 'table'; export default function table(data, options = {}) { return makeTable(data, { border: getBorderCharacters('norc'), ...options, }); }