add interactive prompt
This commit is contained in:
parent
ce192b49f2
commit
94efde3e65
22 changed files with 599 additions and 138 deletions
|
|
@ -9,8 +9,8 @@ const ListOfByte = lsType(Byte);
|
|||
const serializeFnType = fnType({in: Serializable, out: ListOfByte});
|
||||
const deserializeFnType = fnType({in: ListOfByte, out: Serializable});
|
||||
|
||||
export const ModuleSerializable = [
|
||||
export const ModuleSerializable = {l:[
|
||||
{i: Serializable , t: Type},
|
||||
{i: serializeFnType , t: Function},
|
||||
{i: deserializeFnType, t: Function},
|
||||
];
|
||||
]};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue