You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: faker/index.js
+8-12Lines changed: 8 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -1,22 +1,18 @@
1
-
// import Koa from 'koa' package.json type: module
2
-
// Within a package, the package.json "type" field defines how Node.js should interpret .js files. If a package.json file does not have a "type" field, .js files are treated as CommonJS.
3
-
// A package.json "type" value of "module" tells Node.js to interpret .js files within that package as using ES module syntax.
0 commit comments