Bump prettier-plugin-organize-imports from 3.1.0 to 3.1.1 (#539)
[poolifier.git] / src / utils.ts
... / ...
CommitLineData
1/**
2 * An intentional empty function.
3 */
4export const EMPTY_FUNCTION: () => void = () => {
5 /* Intentionally empty */
6}