UNPKG

mindee

Version:

Mindee Client Library for Node.js

16 lines (15 loc) 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CropperV1Document = void 0; /** * Cropper API version 1.1 document data. */ class CropperV1Document { /** * Default string representation. */ toString() { return ""; } } exports.CropperV1Document = CropperV1Document;