UNPKG

node-nlp

Version:

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

11 lines 285 B
/** * The format that will be used to join an array of values together for a query parameter value. */ export declare enum QueryCollectionFormat { Csv = ",", Ssv = " ", Tsv = "\t", Pipes = "|", Multi = "Multi" } //# sourceMappingURL=queryCollectionFormat.d.ts.map