UNPKG

324 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;
10
11function inlineMock(nextInline) {
12 if (typeof nextInline === 'boolean') {
13 exports.inline = inline = nextInline;
14 }
15
16 return inline;
17}
\No newline at end of file