495c64307601cb88b5ccb3c575223b7be7773c1e
[ccsdk/cds.git] /
1 export interface Parser {
2     getVariables(fileContent: string): string[];
3 }