remark-contributors
Version:
remark plugin to inject a given list of contributors into a table
9 lines (8 loc) • 486 B
TypeScript
export { default } from "./lib/index.js";
export type Contributor = import('./lib/index.js').Contributor;
export type ContributorObject = import('./lib/index.js').ContributorObject;
export type Format = import('./lib/index.js').Format;
export type Formatter = import('./lib/index.js').Formatter;
export type FormatterObject = import('./lib/index.js').FormatterObject;
export type Formatters = import('./lib/index.js').Formatters;
export type Options = import('./lib/index.js').Options;