UNPKG

fullts

Version:

Full stack framework in TypeScript, based on TSRPC.

6 lines (5 loc) 228 B
/// <reference path="global.ts" /> import FulltsApp from "./src/FulltsApp"; import FulltsComponent from './src/FulltsComponent'; import FulltsView from './src/FulltsView'; export { FulltsApp, FulltsComponent, FulltsView };