@syntest/analysis-javascript
Version:
SynTest CFG JavaScript is a library for generating control flow graphs for the JavaScript language
11 lines • 390 B
TypeScript
export interface ObjectType {
properties: Map<string, string>;
elements: Set<string>;
parameters: Map<number, string>;
parameterNames: Map<number, string>;
return: Set<string>;
}
export declare const functionProperties: Set<string>;
export declare const arrayProperties: Set<string>;
export declare const stringProperties: Set<string>;
//# sourceMappingURL=Type.d.ts.map