workflow_launcher/node_modules/app-builder-lib/out/fileMatcher.d.ts

10 lines
375 B
TypeScript
Raw Normal View History

2024-03-12 07:57:14 -04:00
import { PlatformSpecificBuildOptions } from "./index";
export declare const excludedNames: string;
export declare const excludedExts: string;
export interface GetFileMatchersOptions {
readonly macroExpander: (pattern: string) => string;
readonly customBuildOptions: PlatformSpecificBuildOptions;
readonly globalOutDir: string;
readonly defaultSrc: string;
}