Skip to content

Commit

Permalink
๐Ÿ“‘ :: Device.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjiwoo0522 committed May 26, 2021
1 parent ddb6878 commit 74bf6db
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions dist/Device.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
declare class Device {
static isServer(): boolean;
static isClient(): boolean;
static isMobileWeb(): boolean;
static isMacOS(): boolean;
static isIE(): boolean;
static getOSByUserAgent(): boolean;
}

0 comments on commit 74bf6db

Please sign in to comment.