UNPKG

@typed/set

Version:
6 lines 161 B
import { curry } from '@typed/lambda'; export const has = curry(__has); function __has(value, set) { return set.has(value); } //# sourceMappingURL=has.js.map