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.
props
1 parent a9cf39e commit c505891Copy full SHA for c505891
lib/stringifier.d.ts
@@ -35,7 +35,7 @@ declare class Stringifier_ {
35
rawEmptyBody(root: Root): string | undefined
36
rawIndent(root: Root): string | undefined
37
rawSemicolon(root: Root): boolean | undefined
38
- rawValue(node: AnyNode, prop: string): any
+ rawValue(node: AnyNode, prop: string): number | string
39
root(node: Root): void
40
rule(node: Rule): void
41
stringify(node: AnyNode, semicolon?: boolean): void
0 commit comments