mirror of
https://github.com/twisterarmy/twister-react.git
synced 2025-01-12 07:58:14 +00:00
9 lines
190 B
JavaScript
9 lines
190 B
JavaScript
|
"use strict";
|
||
|
|
||
|
/**
|
||
|
* Represents a cancellation caused by navigating away
|
||
|
* before the previous transition has fully resolved.
|
||
|
*/
|
||
|
function Cancellation() {}
|
||
|
|
||
|
module.exports = Cancellation;
|