oak-external-sdk/lib/utils/cheerio/index.mp.js

8 lines
247 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.load = load;
const assert_1 = require("oak-domain/lib/utils/assert");
function load(content) {
(0, assert_1.assert)(false, 'cheerio load not implemented');
}