UNPKG

ts-cast

Version:
3 lines (2 loc) 92 B
export const Left = (error) => [undefined, error]; export const Right = (value) => [value];