UNPKG

@vladmandic/face-api

Version:

FaceAPI: AI-powered Face Detection & Rotation Tracking, Face Description & Recognition, Age & Gender & Emotion Prediction for Browser and NodeJS using TensorFlow/JS

7 lines (6 loc) 210 B
export function isNodejs(): boolean { return typeof global === 'object' && typeof require === 'function' && typeof module !== 'undefined' && typeof process !== 'undefined' && !!process.version; }