mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 23:00:30 +00:00
28378dc3fd
* use babel-preset-typescript * run type-check in release process
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';
|