@the-horizon-dev/fast-face-detection
Version:
Fast face detection package using TensorFlow.js MediaPipe models for browser and Node.js environments
10 lines (9 loc) • 313 B
TypeScript
/**
* @file Types module index file
*
* This file exports all type definitions, interfaces, and error classes
* from the types directory, making them available through a single import.
* These types provide strong typing support throughout the library.
*/
export * from './types';
export * from './errors';