UNPKG

ember-do-forms

Version:

ember-do-forms handles the icky parts of forms that you don't want to, and leaves the rest to you.

6 lines (4 loc) 129 B
import { isPresent } from '@ember/utils'; export default function presence(value) { return isPresent(value) ? value : null; }