Skip to content

Commit

Permalink
fix: export stringifier as a default
Browse files Browse the repository at this point in the history
  • Loading branch information
43081j committed Nov 24, 2021
1 parent e72bf87 commit da43d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stringifier.d.ts
Expand Up @@ -10,7 +10,7 @@ import {
Container
} from './postcss.js'

export class Stringifier {
export default class Stringifier {
constructor(builder: Builder)
stringify(node: AnyNode, semicolon?: boolean): void
document(node: Document): void
Expand Down

0 comments on commit da43d69

Please sign in to comment.