Merge branch 'master' into rename-repo-url

This commit is contained in:
vvakame
2016-03-17 21:06:54 +09:00
1140 changed files with 179704 additions and 179635 deletions
+2 -2
View File
@@ -3,14 +3,14 @@
// Definitions by: Borislav Zhivkov <https://github.com/borislavjivkov>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module RewireInterfaces {
declare namespace RewireInterfaces {
interface Rewire {
/**
* Returns a rewired version of the module found at filename. Use rewire() exactly like require().
*/
(filename: string): RewiredModule;
}
interface RewiredModule {
/**
* Takes all enumerable keys of obj as variable names and sets the values respectively. Returns a function which can be called to revert the change.