void.ts7 lines · main
1// Because {} !== {} in JS, we need a shared object instances for comparison
2
3export const EMPTY_OBJ = {}
4
5export const EMPTY_ARR = []
6
7export function noop() {}