UNPKG

solidity-docgen

Version:

Documentation generator for Solidity smart contracts.

10 lines 316 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.itemType = void 0; function itemType(item) { return item.nodeType .replace(/(Definition|Declaration)$/, '') .replace(/(\w)([A-Z])/g, '$1 $2'); } exports.itemType = itemType; //# sourceMappingURL=item-type.js.map