UNPKG

422 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 });
7function toJSON(value) {
8 return JSON.parse(JSON.stringify({ value })).value;
9}
10exports.toJSON = toJSON;
11//# sourceMappingURL=to-json.js.map
\No newline at end of file