From f636ae9477fe10626749f2ebfff4cd3c7f755550 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Wed, 17 Jan 2024 00:19:56 +0000 Subject: [PATCH] Restyled by prettier --- src/index.ts | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 85686b0..001d0a6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2,7 +2,12 @@ import reduce from 'lodash/reduce' import _map from 'lodash/map' // Underscored to avoid name clash import find from 'lodash/find' import moment, {type Moment} from 'moment-timezone' -import {type NonEmptyArray, mkNonEmpty, mkNonEmptyFromHead, unconsOnNonEmpty} from '@freckle/non-empty' +import { + type NonEmptyArray, + mkNonEmpty, + mkNonEmptyFromHead, + unconsOnNonEmpty +} from '@freckle/non-empty' import Path from './path' import {type PathT} from './path'