workflow_launcher/node_modules/app-builder-lib/out/fileMatcher.d.ts
2024-03-12 12:57:14 +01:00

10 lines
375 B
TypeScript

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;
}