cozy-labs/cozy-desktop

View on GitHub
core/utils/func.js

Summary

Maintainability
A
0 mins
Test Coverage
/* @flow */

/*::
// Node-style callback
// FIXME: Could not find a way to define a Callback<T> type with multiple
//        signatures.
export type Callback = (?Error, any) => void;
*/