export function unsafecast (obj: any): T { return obj as T }