Files
toolchain/types/mock-env/index.d.ts
svartalf b2417cde72
Some checks failed
Continuous integration / test (push) Has been cancelled
Continuous integration / install_stable (macOS-latest) (push) Has been cancelled
Continuous integration / install_stable (ubuntu-latest) (push) Has been cancelled
Continuous integration / install_stable (windows-latest) (push) Has been cancelled
Continuous integration / install_nightly (push) Has been cancelled
Continuous integration / install_stable_in_docker (push) Has been cancelled
Continuous integration / install_stable_through_rust_toolchain_file (push) Has been cancelled
Release v1.0.6
2020-03-24 16:27:19 +03:00

8 lines
142 B
TypeScript

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