UNPKG

@opra/client

Version:
10 lines (9 loc) 224 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Backend = void 0; class Backend { constructor(options) { this.document = options?.document; } } exports.Backend = Backend;