UNPKG

nativescript-angular

Version:

An Angular renderer that lets you build mobile apps with NativeScript.

7 lines (6 loc) 202 B
import { Folder, File } from "tns-core-modules/file-system"; export declare class NSFileSystem { currentApp(): Folder; fileFromPath(path: string): File; fileExists(path: string): boolean; }