botbook/node_modules/when-exit/dist/node/index.js

7 lines
145 B
JavaScript
Raw Normal View History

2024-09-04 13:13:15 -03:00
/* IMPORT */
import Interceptor from './interceptor.js';
/* MAIN */
const whenExit = Interceptor.register;
/* EXPORT */
export default whenExit;