UNPKG

ts-extras

Version:

Essential utilities for TypeScript projects

4 lines (3 loc) 59 B
export function arrayFirst(array) { return array[0]; }