5 lines
77 B
JavaScript
5 lines
77 B
JavaScript
/**
|
|
* A no operation function (does nothing)
|
|
*/
|
|
export function noop() { }
|