stuff
This commit is contained in:
9
buildfiles/node_modules/app-builder-lib/out/fileMatcher.d.ts
generated
vendored
Normal file
9
buildfiles/node_modules/app-builder-lib/out/fileMatcher.d.ts
generated
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
import { PlatformSpecificBuildOptions } from "./index";
|
||||
export declare const excludedNames: string;
|
||||
export declare const excludedExts = "iml,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,suo,xproj,cc,d.ts";
|
||||
export interface GetFileMatchersOptions {
|
||||
readonly macroExpander: (pattern: string) => string;
|
||||
readonly customBuildOptions: PlatformSpecificBuildOptions;
|
||||
readonly globalOutDir: string;
|
||||
readonly defaultSrc: string;
|
||||
}
|
Reference in New Issue
Block a user