Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Branch: master
Find file Copy path
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
5 lines (3 sloc) 119 Bytes
'use strict'
const isTopping = require('./is-topping')
module.exports = topping => topping.filter(t => isTopping(t))
You can’t perform that action at this time.