Spaces:
Running
Running
/** | |
* A no operation function (does nothing) | |
*/ | |
export function noop() { | |
// do nothing | |
} | |
/** | |
* A no operation function (does nothing) | |
*/ | |
export function noop() { | |
// do nothing | |
} | |