UNPKG

fliphub-monorepo

Version:
14 lines (12 loc) 249 B
const ChainedMap = require('./ChainedMap'); module.exports = class extends ChainedMap { constructor(parent) { super(parent); this.extend([ 'hints', 'maxEntrypointSize', 'maxAssetSize', 'assetFilter' ]); } };