New source found from dndbeyond.com
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = function isCancel(value) {
|
||||
export default function isCancel(value) {
|
||||
return !!(value && value.__CANCEL__);
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user