UNPKG

@truffle/codec

Version:

Library for encoding and decoding smart contract data

4 lines (3 loc) 180 B
import type * as Format from "../format"; import type { Case } from "./types"; export declare const stringCases: Case<Format.Types.StringType, Format.Values.StringValue, never>[];