Release v1.0.6

This commit is contained in:
svartalf 2020-03-24 16:26:10 +03:00
parent 8e14415dec
commit b2417cde72
17 changed files with 1905 additions and 923 deletions

View file

@ -3,5 +3,5 @@ declare module "mock-env" {
callback: () => T,
vars: object,
toRemove?: string[]
)
): any;
}