UNPKG

ssr-web-avo-inspector

Version:

Avo Inspector for web with SSR and web workers support

4 lines (3 loc) 166 B
declare const isValueEmpty: (value: string | null | undefined) => boolean; declare function deepEquals(x: any, y: any): boolean; export { isValueEmpty, deepEquals };