UNPKG

electr0lysis

Version:

Simple framework for data serialization and interchange.

7 lines (6 loc) 143 B
import Type from "./reflect/Type"; interface DecoderParameter { type: Type; quantity: number; } export default DecoderParameter;