UNPKG

barrelsby

Version:

Automatic TypeScript barrels for your entire code base

9 lines (8 loc) 562 B
import { BaseUrl } from '../options/baseUrl'; import { Logger } from '../options/logger'; import { SemicolonCharacter } from '../options/noSemicolon'; import { QuoteCharacter } from '../options/quoteCharacter'; import { Directory } from '../interfaces/directory.interface'; import { FileTreeLocation } from '../interfaces/location.interface'; export declare function buildFileSystemBarrel(directory: Directory, modules: FileTreeLocation[], quoteCharacter: QuoteCharacter, semicolonCharacter: SemicolonCharacter, _: Logger, // Not used baseUrl: BaseUrl): string;