botbook/node_modules/when-exit/dist/browser/index.js
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

6 lines
145 B
JavaScript

/* IMPORT */
import Interceptor from './interceptor.js';
/* MAIN */
const whenExit = Interceptor.register;
/* EXPORT */
export default whenExit;