mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
cb42863868
This reverts commit 80e5161a20
.
4 lines
161 B
TypeScript
4 lines
161 B
TypeScript
import 'core-js/stable';
|
|
import 'regenerator-runtime/runtime';
|
|
export { getSendRequestCallbackMemDb, getSendRequestCallback } from '../app/common/send-request';
|