UNPKG

node-nlp

Version:

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

6 lines (4 loc) 187 B
import { createLocalOrUTC } from './from-anything'; export function createUTC (input, format, locale, strict) { return createLocalOrUTC(input, format, locale, strict, true).utc(); }