0
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2025-07-17 12:32:50 +03:00
rust-toolchain/types/mock-env/index.d.ts
2020-03-24 16:27:19 +03:00

7 lines
142 B
TypeScript

declare module "mock-env" {
function morph<T>(
callback: () => T,
vars: object,
toRemove?: string[]
): any;
}