1.0.10 • Published 4 years ago

@wigxel/utils v1.0.10

Weekly downloads
23
License
MIT
Repository
-
Last release
4 years ago

Build Status

utils

A collection of functions that makes building components a breeze.

Setup

npm install --save @wigxel/utils

To enable logging do well to set the NODE_ENV variable to development. For example

#.env
NODE_ENV=development

OR

{
	"scripts": {
		"dev": "NODE_ENV=development npm run start",
		"start": "...."
	}
}

Transformers

Object to FormData

	const formData = makeFormData({
		firstname: 'John',
		lastname: 'Philip',
		email: "john.philip",
		avatar: File,
	})
1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.6

4 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.0

5 years ago