UNPKG

node-nlp

Version:

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

17 lines (14 loc) 340 B
// Side effect imports import './prototype'; import { createDuration } from './create'; import { isDuration } from './constructor'; import { getSetRelativeTimeRounding, getSetRelativeTimeThreshold } from './humanize'; export { createDuration, isDuration, getSetRelativeTimeRounding, getSetRelativeTimeThreshold };