UNPKG

@onesy/utils

Version:
3 lines (2 loc) 119 B
export declare type TIsStateType = 'online' | 'offline'; export default function isState(type: TIsStateType): boolean;