Repository URL to install this package:
|
Version:
1.1.17 ▾
|
const {ChainedMap} = require('./Chains')
module.exports = class extends ChainedMap {
constructor(parent) {
super(parent)
this.extend(['hints', 'maxEntrypointSize', 'maxAssetSize', 'assetFilter'])
}
}