UNPKG

@chainsafe/ssz

Version:

Simple Serialize

9 lines (8 loc) 264 B
export declare const Case: { snake: (field: string) => string; constant: (field: string) => string; pascal: (field: string) => string; camel: (field: string) => string; header: (field: string) => string; eth2: (field: string) => string; };