mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import pretty = require("pretty");
|
|
|
|
pretty(`<h1>nice</h1>`);
|
|
|
|
pretty(`<h1>nice</h1>`, {ocd: true});
|