Complete residential site build with Docker Compose & Gitea Actions deployment
This commit is contained in:
Generated
Vendored
+8
@@ -0,0 +1,8 @@
|
||||
export declare class FilePatternAssociation {
|
||||
private schemas;
|
||||
private patternRegExp;
|
||||
constructor(pattern: string);
|
||||
addSchema(id: string): void;
|
||||
matchesPattern(fileName: string): boolean;
|
||||
getSchemas(): string[];
|
||||
}
|
||||
Reference in New Issue
Block a user