swc/crates/swc_bundler/tests/.cache/deno/627dc23b678014934d53055a9e818f4241908e34.ts

10 lines
203 B
TypeScript
Raw Normal View History

// Loaded from https://deno.land/x/ramda@v0.27.2/source/internal/_includes.js
import _indexOf from './_indexOf.js';
export default function _includes(a, list) {
return _indexOf(list, a, 0) >= 0;
}