5 lines
136 B
Plaintext
5 lines
136 B
Plaintext
export declare enum CommentDirectiveType {
|
|
ExpectError = 0,
|
|
Ignore = 1
|
|
}
|
|
//# sourceMappingURL=commentDirectiveType.enum.d.ts.map |