8 lines
135 B
JavaScript
8 lines
135 B
JavaScript
import { isSet as isSet$1 } from '../../predicate/isSet.mjs';
|
|
|
|
function isSet(value) {
|
|
return isSet$1(value);
|
|
}
|
|
|
|
export { isSet };
|