mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+5
-5
@@ -17,10 +17,10 @@ declare module "marked" {
|
||||
}
|
||||
|
||||
interface Options {
|
||||
gfm?: bool;
|
||||
tables?: bool;
|
||||
breaks?: bool;
|
||||
pedantic?: bool;
|
||||
sanitize?: bool;
|
||||
gfm?: boolean;
|
||||
tables?: boolean;
|
||||
breaks?: boolean;
|
||||
pedantic?: boolean;
|
||||
sanitize?: boolean;
|
||||
highlight?: any;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user