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 47b5d62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stringifier.d.ts
Expand Up @@ -10,7 +10,8 @@ import {
Container
} from './postcss.js'

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

0 comments on commit 47b5d62

Please sign in to comment.