Skip to content

Commit ae3369f

Browse files
committed
chore(example): refactor to es6 style
1 parent 9ddb854 commit ae3369f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import tsfmt = require("typescript-formatter");
1+
import * as tsfmt from "typescript-formatter";
22

33
tsfmt
44
.processFiles(["./index.ts"], {

0 commit comments

Comments
 (0)