We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31a5de7 commit 6c2a808Copy full SHA for 6c2a808
lib/stringifier.d.ts
@@ -25,7 +25,7 @@ declare class Stringifier_ {
25
comment(node: Comment): void
26
decl(node: Declaration, semicolon?: boolean): void
27
document(node: Document): void
28
- raw(node: AnyNode, own: null | string, detect?: string): string | boolean
+ raw(node: AnyNode, own: null | string, detect?: string): boolean | string
29
rawBeforeClose(root: Root): string | undefined
30
rawBeforeComment(root: Root, node: Comment): string | undefined
31
rawBeforeDecl(root: Root, node: Declaration): string | undefined
0 commit comments