UNPKG

expeditaet

Version:
4 lines (2 loc) 136 B
import { NEWLINE } from '@alexaegis/advent-of-code-lib/regex'; export const parse = (input: string): string[] => input.split(NEWLINE);