UNPKG

@devlander/collect-exports-for-bundle

Version:

Generate comprehensive export files for TypeScript/JavaScript projects with Rollup compatibility

4 lines (3 loc) 268 B
import { TColorValue } from '../types/t-color.types'; export declare const hasFileLogger: (fileName: string, ext: string, color: TColorValue) => void; export declare function isValidExtension(filePath?: string, allowedExtensions?: string[], debug?: boolean): boolean;