Skip to content

Commit 6c2a808

Browse files
committed
Clean up code
1 parent 31a5de7 commit 6c2a808

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stringifier.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ declare class Stringifier_ {
2525
comment(node: Comment): void
2626
decl(node: Declaration, semicolon?: boolean): void
2727
document(node: Document): void
28-
raw(node: AnyNode, own: null | string, detect?: string): string | boolean
28+
raw(node: AnyNode, own: null | string, detect?: string): boolean | string
2929
rawBeforeClose(root: Root): string | undefined
3030
rawBeforeComment(root: Root, node: Comment): string | undefined
3131
rawBeforeDecl(root: Root, node: Declaration): string | undefined

0 commit comments

Comments
 (0)