Files
DefinitelyTyped/types
Brian Crowell 3f5b9e5f0e [couchbase]: Ensure OpCallback is composable with normal callbacks (#27639)
The documentation gets weird about the API promising to return *some* kind
of value that evaluates to false, even if that might be the number zero.
The original types author expressed that as CouchbaseError | number, but
that makes it seem like the result could be some non-zero number.

I don't know whether the library actually issues callback(0) calls, but to
make it play better with normal callbacks (err?: Error), we will act as if
it uses null instead of zero.
2018-08-01 12:05:04 -07:00
..
2018-07-23 12:21:30 -07:00
2018-08-01 11:46:59 -07:00
2018-07-30 11:06:00 -07:00
2018-07-31 12:33:50 -07:00
2018-07-20 18:20:00 -07:00
2018-07-23 11:03:47 -07:00
2018-07-23 11:01:55 -07:00
2018-07-27 08:55:05 -07:00
2018-07-30 12:49:39 -07:00
2018-07-23 08:41:13 -07:00
2018-07-30 13:05:46 -07:00
2018-07-30 08:38:45 -07:00
2018-07-23 11:18:51 -07:00
2018-07-31 15:01:44 -07:00