Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@aretecode/flipfile / dist / isFile.d.ts
Size: Mime:
/**
 * @see https://nodejs.org/docs/latest/api/fs.html#fs_class_fs_stats
 */
export declare function isFile(file: string): boolean;