1 line
98 B
TypeScript
Raw Normal View History

export const isOnboardingSkipped = ()=>{return localStorage.getItem('skip_onboarding') === "true"}