Skip to content

Commit

Permalink
feat: add typescript declaration file
Browse files Browse the repository at this point in the history
  • Loading branch information
rickstaa committed Oct 26, 2021
1 parent 934ebf4 commit f2d4e93
Show file tree
Hide file tree
Showing 6 changed files with 5,077 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,9 @@ module.exports = {
node: true,
},
extends: '@bsonntag',
settings: {
react: {
version: '999.999.999',
},
},
};
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#8415c5",
"activityBar.activeBorder": "#ca8715",
"activityBar.background": "#8415c5",
"activityBar.foreground": "#e7e7e7",
"activityBar.inactiveForeground": "#e7e7e799",
"activityBarBadge.background": "#ca8715",
"activityBarBadge.foreground": "#15202b",
"tab.activeBorder": "#8415c5",
"titleBar.activeBackground": "#651097",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#65109799",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#651097"
}
3 changes: 3 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
declare function stopMediaStream(mediaStream: MediaStream | undefined): void;

export default stopMediaStream;
Loading

0 comments on commit f2d4e93

Please sign in to comment.