UNPKG

solhint-community

Version:
7 lines (5 loc) 200 B
const { contractWith } = require('../../common/contract-builder') module.exports = contractWith(` function () public payable {} constructor() public {} `)