mirror of
https://github.com/supabase/supabase.git
synced 2026-06-25 07:47:35 +08:00
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
// Because {} !== {} in JS, we need a shared object instances for comparison
|
|
|
|
export const EMPTY_OBJ = {}
|
|
|
|
export const EMPTY_ARR = []
|
|
|
|
export function noop() {}
|