Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

return-style

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

return-style

The module that defines the return value style of Function/Constructor/Promise with 100% test coverage and TypeScript type definitions.

  • 0.3.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.6K
increased by284.02%
Maintainers
1
Weekly downloads
 
Created
Source

return-style

The module that defines the return value style of Function/Constructor/Promise with 100% test coverage and TypeScript type definitions.

Installation

npm install --save return-style
# or
yarn add return-style

API

Custom

  • returnCustomAsync
  • returnCustomSync
  • returnCustom
  • getCustomPromise

Error

  • returnError
  • returnErrorAsync
  • returnErrorSync
  • newError
  • newErrorAsync
  • newErrorSync
  • getError
  • getErrorAsync
  • getErrorSync
  • getErrorPromise

Result

  • returnResult
  • returnResultAsync
  • returnResultSync
  • newResult
  • newResultAsync
  • newResultSync
  • getResult
  • getResultAsync
  • getResultSync
  • getResultPromise

Tuple [Error, Result]

  • returnErrorResult
  • returnErrorResultAsync
  • returnErrorResultSync
  • newErrorResult
  • newErrorResultAsync
  • newErrorResultSync
  • getErrorResult
  • getErrorResultAsync
  • getErrorResultSync
  • getErrorResultPromise

Tuple [Result, Error]

  • returnResultError
  • returnResultErrorAsync
  • returnResultErrorSync
  • newResultError
  • newResultErrorAsync
  • newResultErrorSync
  • getResultError
  • getResultErrorAsync
  • getResultErrorSync
  • getResultErrorPromise

FAQs

Package last updated on 27 Oct 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc