Thomas G. Lopes
abstract token to store
25c63d0
raw
history blame contribute delete
92 Bytes
/**
* A no operation function (does nothing)
*/
export function noop() {
// do nothing
}