UNPKG

nextcloud-node-client

Version:

Nextcloud client API for node.js TypeScript applications

10 lines (9 loc) 275 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * The file class represents a file in nextcloud. * It exposes file properties and content handling, commenting and tagging */ class FileSystemElement { } exports.default = FileSystemElement;