Skip to content

Commit

Permalink
chore(gatsby-core-utils): index to TS (#22053)
Browse files Browse the repository at this point in the history
* chore(gatsby-core-utils): index to TS

* chore(gatby-core-utils): changed getConfigStore to named export in #22051
  • Loading branch information
danielkov authored Mar 9, 2020
1 parent 35a4e50 commit 4fe8aeb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
11 changes: 0 additions & 11 deletions packages/gatsby-core-utils/src/index.js

This file was deleted.

8 changes: 8 additions & 0 deletions packages/gatsby-core-utils/src/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export { default as createContentDigest } from "./create-content-digest"
export { joinPath, isNodeInternalModulePath, slash } from "./path"
export { default as cpuCoreCount } from "./cpu-core-count"
export { resolve as urlResolve } from "./url"
export { isCI, getCIName } from "./ci"
export { default as createRequireFromPath } from "./create-require-from-path"
export { getConfigStore } from "./get-config-store"
export { default as getGatsbyVersion } from "./get-gatsby-version"

0 comments on commit 4fe8aeb

Please sign in to comment.