import type { Tagged } from "type-fest"; export type NonEmptyString = Tagged; export type NonEmptyArray = [T, ...T[]];