Code Review
/
ccsdk
/
cds.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
495c64307601cb88b5ccb3c575223b7be7773c1e
[ccsdk/cds.git]
/
1
export interface Parser {
2
getVariables(fileContent: string): string[];
3
}