UNPKG

relax-mj

Version:

Node.js client for the unofficial MidJourney API.

6 lines (5 loc) 184 B
export declare class VerifyHuman { private inference; constructor(HuggingFaceToken: string); verify(imageUri: string, categories: string[]): Promise<string | undefined>; }