UNPKG

322 BJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.inline = void 0;
7exports.inlineMock = inlineMock;
8var inline = false;
9exports.inline = inline;
10function inlineMock(nextInline) {
11 if (typeof nextInline === 'boolean') {
12 exports.inline = inline = nextInline;
13 }
14 return inline;
15}
\No newline at end of file