UNPKG

421 BJavaScriptView Raw
1// Copyright 2017-2022 @polkadot/util authors & contributors
2// SPDX-License-Identifier: Apache-2.0
3export { objectClear } from "./clear.js";
4export { objectCopy } from "./copy.js";
5export { objectEntries } from "./entries.js";
6export { objectKeys } from "./keys.js";
7export { objectProperty, objectProperties } from "./property.js";
8export { objectSpread } from "./spread.js";
9export { objectValues } from "./values.js";
\No newline at end of file