UNPKG

react-visual-annotator

Version:

Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.

2 lines (1 loc) 79 B
export declare const notEmpty: <T>(value: T | null | undefined) => value is T;