()
| 242 | } |
| 243 | |
| 244 | export const isLarkPlatform = () => { |
| 245 | return !!getQueryString('state') && !!getQueryString('code') |
| 246 | } |
| 247 | |
| 248 | export const isPlatform = () => { |
| 249 | const state = getQueryString('state') |
nothing calls this directly
no test coverage detected