UNPKG

boats

Version:

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

7 lines (6 loc) 249 B
import { BoatsRC } from './interfaces/BoatsRc'; interface RefGeneratorOptions { componentsPath: string; } export default function (currentFilePointer: string, fileName: string, options: RefGeneratorOptions, boatsrc: BoatsRC): string; export {};