HTMLify
Dashboard
Temp Share
Shortlinks
Frames
API
Dashboard
Temp Share
Shortlinks
Frames
API
cody - HTMLify profile
files of
/cody/atherosai/ui/react-examples/lib/
utils.tsx
/cody/atherosai/ui/react-examples/lib/utils.tsx
319 Views
0 Comments
export const get = (obj: Record<string, any>, path: string, def?: any): any => {
if (obj == null) {
return def;
}