UNPKG

fsf

Version:

A typesafe websocket RPC library which thins the borders between clients and servers.

6 lines (4 loc) 102 B
'use strict'; module.exports = function isCancel(value) { return !!(value && value.__CANCEL__); };