UNPKG

typescript-text-config

Version:

a typescript libary for get enviroment data from text file

11 lines (10 loc) 262 B
export declare class TextConfig { Filename: string; private type; private RAWDATA; private RAWOBJECT; constructor(Filename: string); private parseFile; getItem(str: string): string | undefined; getRAWDATA(): string | undefined; }