UNPKG

275 BJavaScriptView Raw
1"use strict";
2Object.defineProperty(exports, "__esModule", { value: true });
3/**
4 * The file class represents a file in nextcloud.
5 * It exposes file properties and content handling, commenting and tagging
6 */
7class FileSystemElement {
8}
9exports.default = FileSystemElement;