UNPKG

typescript-text-config

Version:

a typescript libary for get enviroment data from text file

6 lines (5 loc) 120 B
export declare class TxtFileType { filename: string; constructor(filename: string); checkfile(): boolean; }