alxshelepenok/gatsby-starter-lumen

View on GitHub
src/utils/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { default as getIcon } from "./get-icon";
export { default as getContactHref } from "./get-contact-href";
export { default as toKebabCase } from "./to-kebab-case";
export { default as getDefaultColorMode } from "./get-default-color-mode";
export * as testUtils from "./test-utils";