UNPKG

@tdb/web

Version:

Common condiguration for serving a web-site and testing web-based UI components.

5 lines (4 loc) 188 B
import * as types from './types'; export declare function toManifestImage(filePath: string, urlPath: string, options?: { size?: boolean; }): Promise<types.IManifestImage | undefined>;