7 lines
80 B
TypeScript
7 lines
80 B
TypeScript
declare const noop: {
|
|
(): void;
|
|
readonly __mock__: true;
|
|
};
|
|
|
|
export = noop;
|