aboutsummaryrefslogtreecommitdiffstats
path: root/packages/typescript-typings/types/is-mobile/index.d.ts
blob: 0b3b57854a182a3bd6afdd92ea78bf720ea56fa5 (plain) (blame)
1
2
3
4
declare function isMobile(): boolean;
declare module 'is-mobile' {
    export = isMobile;
}