UNPKG

@tinymce/beehive-flow

Version:

A CLI tool implementing the beehive flow git branching process

3 lines (2 loc) 107 B
export const sort = <T> (ts: T[], compareFn?: (a: T, b: T) => number): T[] => [ ...ts ].sort(compareFn);