@api.global/typedserver
Version:
A TypeScript-based project for easy serving of static files with support for live reloading, compression, and typed requests.
8 lines (7 loc) • 334 B
TypeScript
export declare const packageDir: string;
export declare const injectBundleDir: string;
export declare const injectBundlePath: string;
export declare const serviceworkerBundleDir: string;
export declare const serviceworkerBundlePath: string;
export declare const swdashBundleDir: string;
export declare const swdashBundlePath: string;