UNPKG

145 BJavaScriptView Raw
1export const NOTHING = ['<nothing>']
2export const END = 'end'
3export const VALUE = 'value'
4export const ERROR = 'error'
5export const ANY = 'any'