UNPKG

remark-contributors

Version:

remark plugin to inject a given list of contributors into a table

12 lines (10 loc) 485 B
/** * @typedef {import('./lib/index.js').Contributor} Contributor * @typedef {import('./lib/index.js').ContributorObject} ContributorObject * @typedef {import('./lib/index.js').Format} Format * @typedef {import('./lib/index.js').Formatter} Formatter * @typedef {import('./lib/index.js').FormatterObject} FormatterObject * @typedef {import('./lib/index.js').Formatters} Formatters * @typedef {import('./lib/index.js').Options} Options */ export {default} from './lib/index.js'