UNPKG

mobx-roof

Version:

Simple React data management by mobx.

6 lines (4 loc) 105 B
export const CANCLE_KEY = new Error('CONTROL_CANCLE'); export function cancel() { throw CANCLE_KEY; }