8 lines
450 B
JavaScript
8 lines
450 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.download = exports.isDocument = void 0;
|
|
var is_document_1 = require("./is-document");
|
|
Object.defineProperty(exports, "isDocument", { enumerable: true, get: function () { return is_document_1.isDocument; } });
|
|
var download_1 = require("./download");
|
|
Object.defineProperty(exports, "download", { enumerable: true, get: function () { return download_1.download; } });
|