feat: init
This commit is contained in:
6
node_modules/mocked-exports/lib/noop.d.mts
generated
vendored
Normal file
6
node_modules/mocked-exports/lib/noop.d.mts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
declare const noop: {
|
||||
(): void;
|
||||
readonly __mock__: true;
|
||||
};
|
||||
|
||||
export default noop;
|
||||
Reference in New Issue
Block a user