trufflesuite/truffle

View on GitHub
packages/codec/lib/ast-constant/index.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * For reading/decoding constants expressed as AST nodes
 *
 * @category Solidity data location
 *
 * @packageDocumentation
 */

import * as Read from "./read";
export { Read };

import * as Decode from "./decode";
export { Decode };