Skip to content

Commit c505891

Browse files
Mallikarjun-0ai
authored andcommitted
There are no other props with non-string type.
1 parent a9cf39e commit c505891

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
@@ -35,7 +35,7 @@ declare class Stringifier_ {
3535
rawEmptyBody(root: Root): string | undefined
3636
rawIndent(root: Root): string | undefined
3737
rawSemicolon(root: Root): boolean | undefined
38-
rawValue(node: AnyNode, prop: string): any
38+
rawValue(node: AnyNode, prop: string): number | string
3939
root(node: Root): void
4040
rule(node: Rule): void
4141
stringify(node: AnyNode, semicolon?: boolean): void

0 commit comments

Comments
 (0)