A11yWatch/a11ywatch-core

View on GitHub
src/core/data/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
export { User } from "./user";
export { Website } from "./websites";
export { Issue } from "./issues";
export { Pages } from "./pages";
export { History } from "./history";
export { Analytic } from "./analytics";