UNPKG

447 BJavaScriptView Raw
1"use strict";
2// Copyright IBM Corp. 2018,2019. All Rights Reserved.
3// Node module: @loopback/testlab
4// This file is licensed under the MIT License.
5// License text available at https://opensource.org/licenses/MIT
6Object.defineProperty(exports, "__esModule", { value: true });
7exports.toJSON = void 0;
8function toJSON(value) {
9 return JSON.parse(JSON.stringify({ value })).value;
10}
11exports.toJSON = toJSON;
12//# sourceMappingURL=to-json.js.map
\No newline at end of file