UNPKG

@api.global/typedserver

Version:

A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.

34 lines (33 loc) 1.74 kB
import * as http from 'http'; import * as https from 'https'; import * as net from 'net'; import * as path from 'path'; import * as zlib from 'zlib'; export { http, https, net, path, zlib }; import * as tsclass from '@tsclass/tsclass'; export { tsclass }; import * as typedrequest from '@api.global/typedrequest'; import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces'; import * as typedsocket from '@api.global/typedsocket'; export { typedrequest, typedrequestInterfaces, typedsocket }; import * as lik from '@push.rocks/lik'; import * as smartwatch from '@push.rocks/smartwatch'; import * as smartdelay from '@push.rocks/smartdelay'; import * as smartfeed from '@push.rocks/smartfeed'; import * as smartfile from '@push.rocks/smartfile'; import * as smartfs from '@push.rocks/smartfs'; import * as smartjson from '@push.rocks/smartjson'; import * as smartmanifest from '@push.rocks/smartmanifest'; import * as smartmime from '@push.rocks/smartmime'; import * as smartopen from '@push.rocks/smartopen'; import * as smartpath from '@push.rocks/smartpath'; import * as smartpromise from '@push.rocks/smartpromise'; import * as smartrequest from '@push.rocks/smartrequest'; import * as smartrx from '@push.rocks/smartrx'; import * as smartsitemap from '@push.rocks/smartsitemap'; import * as smartstream from '@push.rocks/smartstream'; import * as smarttime from '@push.rocks/smarttime'; export { lik, smartwatch, smartdelay, smartfeed, smartfile, smartfs, smartjson, smartmanifest, smartmime, smartopen, smartpath, smartpromise, smartrequest, smartsitemap, smartstream, smarttime, smartrx, }; export declare const fsInstance: smartfs.SmartFs; import * as smartserve from '@push.rocks/smartserve'; export { smartserve };