UNPKG

81 BJavaScriptView Raw
1export function val(v) {
2 return v && v.__getValue ? v.__getValue() : v || 0;
3}