Skip to content

Commit

Permalink
Remove function from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Maaaartin committed Oct 20, 2024
1 parent 8ea3af6 commit c4f853e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/indexDocs.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export * as Commands from './commands/indexDocs';
export * as Client from './client';
export * as Logcat from './logcat';
export * as Util from './util';
export * as Util from './util/indexDocs';
export * as Sync from './sync';
export * as FileStat from './filestats';
export * as Monkey from './monkey';
Expand Down
1 change: 0 additions & 1 deletion src/logcat/priority.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ export enum Priority {
}

export enum PriorityV2 {
// DEFAULT = 'D',
VERBOSE = 'V',
DEBUG = 'D',
INFO = 'I',
Expand Down
3 changes: 3 additions & 0 deletions src/util/indexDocs.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export * from './errors';
export * from './types';
export * from './keycode';

0 comments on commit c4f853e

Please sign in to comment.