We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5664b92 commit 95b1500Copy full SHA for 95b1500
src/file-access.ts
@@ -1,5 +1,5 @@
1
-import * as chalk from 'chalk';
2
-import * as jsonfile from 'jsonfile';
+import chalk from 'chalk';
+import jsonfile from 'jsonfile';
3
4
export function writeFile(fileName, order) {
5
jsonfile.writeFile(fileName, order, function(err) {
0 commit comments