Files
musicshare-electron-client/node_modules/when-exit/dist/node/index.js
2025-03-31 04:45:14 -07:00

7 lines
145 B
JavaScript

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