UNPKG

boats

Version:

Beautiful Open / Async Template System - Write less yaml with BOATS and Nunjucks.

6 lines (5 loc) 175 B
export interface AutoSummaryOptions { useFileName: boolean; } declare const _default: (filePath: string, options?: AutoSummaryOptions) => string; export default _default;