UNPKG

@river-build/react-sdk

Version:
10 lines 249 B
export const isPersistedModel = (value) => { if (typeof value !== 'object') { return false; } if (value === null) { return false; } return 'status' in value && 'data' in value; }; //# sourceMappingURL=utils.js.map