Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
raw
history blame
184 Bytes
import { createLocalOrUTC } from './from-anything';
export function createLocal (input, format, locale, strict) {
return createLocalOrUTC(input, format, locale, strict, false);
}