Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@wansproject/properties

buzhoumountain34MIT5.0.4TypeScript support: included

Properties utility functions for ethers.

Ethereum, ethers

readme

Property Utilities

This sub-module is part of the ethers project.

It contains several useful utility methods for managing simple objects with defined properties.

For more information, see the documentation.

Importing

Most users will prefer to use the umbrella package, but for those with more specific needs, individual components can be imported.

const {

    defineReadOnly,

    getStatic,

    resolveProperties,
    checkProperties,

    shallowCopy,
    deepCopy,

    Description,

    // Types

    Deferrable

} = require("@wansproject/properties");

License

MIT License

changelog

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

5.0.4 (2020-09-22)

5.0.9 (2020-08-25)

5.0.0 (2020-06-13)

5.0.0-beta.190 (2020-06-01)

5.0.0-beta.189 (2020-05-30)

5.0.0-beta.184 (2020-05-01)

5.0.0-beta.177 (2020-03-30)

5.0.0-beta.160 (2019-11-23)

5.0.0-beta.155 (2019-09-06)

5.0.0-beta.150 (2019-08-03)

5.0.0-beta.139 (2019-06-12)

Note: Version bump only for package @wansproject/properties