UNPKG

node-nlp

Version:

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

7 lines 239 B
import { RequestPolicy } from "./policies/requestPolicy"; /** * An interface that can send HttpRequests and receive promised HttpResponses. */ export interface HttpClient extends RequestPolicy { } //# sourceMappingURL=httpClient.d.ts.map