Codibre/fluent-iterable

View on GitHub
src/async/sort-by-async.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { sortAsync } from './sort-async';
import { sortByRecipe } from '../recipes';

export const sortByAsync = sortByRecipe(sortAsync);