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