UNPKG

@pryv/stable-object-representation

Version:
8 lines 297 B
/** * @license * Copyright (C) 2020-2021 Pryv S.A. https://pryv.com * This file is part of Open-Pryv.io and released under BSD-Clause-3 License * SPDX-License-Identifier: BSD-3-Clause */ module.exports.hash = require('./hash.js'); module.exports.stringify = require('./stable-stringify.js');