UNPKG

node-nlp

Version:

Library for NLU (Natural Language Understanding) done in Node.js

5 lines (4 loc) 242 B
import { MicrosoftAppCredentials } from "./auth/microsoftAppCredentials"; export declare class EmulatorApiClient { static emulateOAuthCards(credentials: MicrosoftAppCredentials, emulatorUrl: string, emulate: boolean): Promise<boolean>; }