Fix linting

This commit is contained in:
Dolan Miu
2023-06-12 19:21:22 +01:00
parent d08349f8eb
commit 28ad740473

View File

@ -1,7 +1,7 @@
// Example on how to preserve word wrap text. Works with all languages. // Example on how to preserve word wrap text. Works with all languages.
import * as fs from "fs"; import * as fs from "fs";
import { Document, Packer, Paragraph, TextRun, SpaceType } from "docx"; import { Document, Packer, Paragraph, TextRun } from "docx";
const doc = new Document({ const doc = new Document({
sections: [ sections: [