UNPKG

kefir

Version:

Reactive Programming library for JavaScript inspired by Bacon.js and RxJS with focus on high performance and low memory usage

6 lines (5 loc) 145 B
export const NOTHING = ['<nothing>'] export const END = 'end' export const VALUE = 'value' export const ERROR = 'error' export const ANY = 'any'