UNPKG

jay-js

Version:

Jay is a framework for creating a single page application.

13 lines 310 B
/** * @author: AJCastello * @version: 0.0.6 * @date: 2022-06-15 * @description: Jay is a framework for creating a single page application. * @license: MIT * */ export * from "./ui"; export * from "./hooks"; export * from "./utils"; export * from "./router"; //# sourceMappingURL=index.js.map