next-is-empty-fields Detect is an empty form values. installation yarn add @jswork/next-is-empty-fields usage import '@jswork/next-is-empty-fields'; const values = { name: '', email: '', phone: '', }; nx.isEmptyFields(values); // true license Code released under the MIT license.