Skip to content

Commit a64584b

Browse files
committed
compile.
1 parent 7007572 commit a64584b

File tree

5 files changed

+35
-9
lines changed

5 files changed

+35
-9
lines changed

dist/src/Substitute.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { ObjectSubstitute, OmitProxyMethods, DisabledSubstituteObject } from "./Transformations";
22
export declare class Substitute {
3+
static isSubstitute<T>(instance: T): any;
34
static disableFor<T extends ObjectSubstitute<OmitProxyMethods<any>>>(substitute: T): DisabledSubstituteObject<T>;
45
static for<T>(): ObjectSubstitute<OmitProxyMethods<T>, T>;
56
private static assertCallMatchCount;

dist/src/Substitute.js

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/Substitute.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/Utilities.js

Lines changed: 26 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/src/Utilities.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)