@api.global/typedserver
Version:
A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.
9 lines (8 loc) • 456 B
TypeScript
import * as smartdelay from '@push.rocks/smartdelay';
import * as smartlog from '@push.rocks/smartlog';
import * as smartlogInterfaces from '@push.rocks/smartlog-interfaces';
import * as smartmatch from '@push.rocks/smartmatch';
import * as smartpromise from '@push.rocks/smartpromise';
export { smartdelay, smartlog, smartlogInterfaces, smartmatch, smartpromise };
import * as cloudflareTypes from '@cloudflare/workers-types';
export { cloudflareTypes };