@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
9 lines (8 loc) • 326 B
TypeScript
import { IManifestResource, ManifestFileType } from './types';
export declare function toResource(args: {
rootPath: string;
filePath: string;
urlPrefix?: string;
loadExtensions?: string[];
}): Promise<IManifestResource | undefined>;
export declare function toFileType(path: string): Promise<ManifestFileType>;