Declare setting types
This commit is contained in:
parent
d01db82c0d
commit
a0882bbceb
48 changed files with 1618 additions and 903 deletions
|
@ -443,5 +443,5 @@ export const valueOf = (o: any): Operation => {
|
|||
case MARK_JUMP_PREFIX:
|
||||
return { type: o.type };
|
||||
}
|
||||
throw new Error('unknown operation type: ' + o.type);
|
||||
throw new TypeError('unknown operation type: ' + o.type);
|
||||
};
|
||||
|
|
Reference in a new issue