UNPKG

375 BTypeScriptView Raw
1import { PlatformSpecificBuildOptions } from "./index";
2export declare const excludedNames: string;
3export declare const excludedExts: string;
4export interface GetFileMatchersOptions {
5 readonly macroExpander: (pattern: string) => string;
6 readonly customBuildOptions: PlatformSpecificBuildOptions;
7 readonly globalOutDir: string;
8 readonly defaultSrc: string;
9}