Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
fix all examples
Browse files Browse the repository at this point in the history
  • Loading branch information
IMax153 committed Oct 19, 2022
1 parent 9da4cae commit c321605
Show file tree
Hide file tree
Showing 13 changed files with 1,003 additions and 750 deletions.
2 changes: 1 addition & 1 deletion packages/printer/_examples/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ const hr = Doc.hcat([Doc.vbar, dashes, Doc.vbar])

const doc = Doc.vsep([hr, funs(Doc.list(Doc.words("abcdef ghijklm")).align), hr])

console.log(doc.renderPrettyDefault)
console.log(doc.prettyDefault)
Loading

0 comments on commit c321605

Please sign in to comment.