Files
Remote-Control-Center/mc_test/node_modules/app-builder-lib/out/fileMatcher.d.ts
2025-11-25 09:56:15 +03:00

10 lines
375 B
TypeScript
Executable File

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