File size: 92 Bytes
25c63d0
 
 
 
 
 
1
2
3
4
5
6
7
/**
 * A no operation function (does nothing)
 */
export function noop() {
	// do nothing
}