UNPKG

@unclepaul/allcountjs

Version:

The open source framework for rapid business application development with Node.js

6 lines (4 loc) 189 B
import { createLocalOrUTC } from './from-anything'; export function createLocal (input, format, locale, strict) { return createLocalOrUTC(input, format, locale, strict, false); }