UNPKG

@freemework/hosting

Version:

Hosting library of the Freemework Project.

10 lines (9 loc) 424 B
import { FConfigurationDictionary } from "@freemework/common"; /** * Very similar to Java property files */ export declare class FConfigurationProperties extends FConfigurationDictionary { static fromFile(propertiesConfigFile: string): Promise<FConfigurationProperties>; static factory(propertiesDocument: string): FConfigurationProperties; protected constructor(sourceURI: URL, propertiesDocument: string); }