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 31bc968 commit a703edbCopy full SHA for a703edb
index.js
@@ -1,8 +1,8 @@
1
'use strict'
2
3
-const {getCommonPathLength} = require('common-path-start')
4
-const {readFileSync} = require('fs')
5
-const {basename, join, normalize} = require('path')
+const { getCommonPathLength } = require('common-path-start')
+const { readFileSync } = require('fs')
+const { basename, join, normalize } = require('path')
6
7
const objectValues = require('object.values')
8
if (!Object.values) {
0 commit comments