repositories
/
poolifier.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b1521c4cdfbddc0fda6b6b13293e51b082396692
[poolifier.git]
/
src
/
utils.ts
1
/**
2
* An intentional empty function.
3
*/
4
export const
EMPTY_FUNCTION
: () =>
void
= () => {
5
/* Intentionally empty */
6
}