UNPKG

@officesdk/web

Version:

Web JS SDK for the Office SDK

11 lines (10 loc) 294 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createLiteDocProxy = void 0; function createLiteDocProxy() { return function (context) { // const { invoke } = context; return {}; }; } exports.createLiteDocProxy = createLiteDocProxy;