UNPKG

pubnub

Version:

Publish & Subscribe Real-time Messaging with PubNub

6 lines (4 loc) 125 B
import { expect } from 'chai'; export function exists<T>(value: T | undefined): asserts value { expect(value).to.exist; }