UNPKG

106 BTypeScriptView Raw
1import { Observable } from 'rxjs';
2export declare function rxReadFile(aPath: string): Observable<string>;