UNPKG

@happyvibess/node-cleaner

Version:

🧹 Interactive CLI tool to find and clean node_modules directories and free up space

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