MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / resize-observer.ts

File resize-observer.ts

packages/@stdlib/misc/src/resize-observer.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { once } from 'lodash';
2
3export type ResizeListener = (entry: ResizeObserverEntry) => void;
4

Callers

nothing calls this directly

Calls 2

onceFunction · 0.85
getMethod · 0.65

Tested by

no test coverage detected