Skip to content

afeiship/next-data2form

Repository files navigation

next-data2form

Build formData from object.

version license size download

installation

npm install -S @jswork/next-data2form

usage

import '@jswork/next-data2form';

// key values
nx.data2form({
  k1: 'image',
  k2: 'v2'
});

license

Code released under the MIT license.