Repository URL to install this package:
|
Version:
0.0.15 ▾
|
import { getTyped } from 'composition';
/**
* @todo reuse @@perf @@haircut
*/
export function toStatus(response) {
const { string } = getTyped(response);
return string('properties.state.status') || string('responseMessage');
}
//# sourceMappingURL=deps.js.map