UNPKG

starboard-notebook

Version:

Starboard Notebook

11 lines 438 B
"use strict"; /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at https://mozilla.org/MPL/2.0/. */ /* Required for jsesc which expects a global Buffer object to be available */ if (!globalThis.Buffer) { globalThis.Buffer = { isBuffer: () => false, }; } //# sourceMappingURL=bufferMock.js.map