UNPKG

forto-sorter

Version:

Fast and powerful array sorting. Sort by any property in any direction with easy to read syntax.

3 lines 157 B
export const throwInvalidConfigErrorIfTrue = function(condition:boolean, context:string) { if (condition) throw Error(`Invalid sort config: ${context}`); };