Skip to content

Commit

Permalink
Add index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thehanimo committed Apr 18, 2020
1 parent 875bfee commit 39f7f25
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
declare module "@thehanimo/react-native-audiokit" {
function trimAudio(
fileName: string,
startTime: number,
endTime: number
): Promise<string>;
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@thehanimo/react-native-audiokit",
"title": "React Native AudioKit",
"version": "1.0.1",
"version": "1.0.2",
"description": "A react-native wrapper for AudioKit",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 39f7f25

Please sign in to comment.