shawnholman/Aych

View on GitHub
src/H.ts

Summary

Maintainability
A
0 mins
Test Coverage
import {Aych} from "./core/Aych";

export {Aych} from "./core/Aych";
export let H = new Aych();

export default H;