UNPKG

quasar-framework

Version:

Build responsive SPA, SSR, PWA, Hybrid Mobile Apps and Electron apps, all simultaneously using the same codebase

5 lines (4 loc) 168 B
export default function (terms, {field, list}) { const token = terms.toLowerCase() return list.filter(item => ('' + item[field]).toLowerCase().startsWith(token)) }