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