export const defaulter = (target:any, theDefault:any)=>{ return target ?? theDefault; }