Codibre/fluent-iterable

View on GitHub
src/sync/append.ts

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
import { appendRecipe } from '../recipes';
import { concat } from './concat';

export const append = appendRecipe(concat);