Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 328 Bytes

tough-cookie.callback.md

File metadata and controls

13 lines (8 loc) · 328 Bytes

Home > tough-cookie > Callback

Callback interface

A callback function that accepts an error or a result.

Signature:

export interface Callback<T>