-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update TypeScript version in README and add copyright notice t…
…o source files - Updates the TypeScript badge in README.md to version 5.3.3 for accuracy. - Adds a copyright notice to multiple source files to clarify ownership and provide a motivational quote.
- Loading branch information
1 parent
98b8724
commit b3f804a
Showing
6 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
/* | ||
* | ||
* * Copyright (c) 2024 Ali Sait Teke | ||
* * "Code bridges the gap between human thought and machine execution." | ||
* | ||
*/ | ||
|
||
export { ADB } from './adb.js'; | ||
export { ADBError, DeviceNotFoundError, CommandError } from './errors.js'; | ||
export type { DeviceInfo, PackageInfo, ADBOptions, DeviceState } from './types.js'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters