1.0.4 • Published 1 year ago

node-send-response v1.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

#install

node-send-response can be installed using NPM

$ npm install node-send-response

#require

let response = require('node-send-response')

example

let r = response('hello world',true,{"hello":["world"]})

console.log(r);

#response

{
    "message": "hello world",
    "status": true,
    "data": {
        "hello": ["world"]
    } 
}
1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago