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