Skip to content

Commit

Permalink
Remove extra args
Browse files Browse the repository at this point in the history
  • Loading branch information
alex996 committed Aug 28, 2020
1 parent de23379 commit 88e4f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion value-or-json.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export = valueOrJson;
declare function valueOrJson(arg: any, ...args: any[]): any;
declare function valueOrJson<T>(arg: T): T | string;
declare namespace valueOrJson {
export { needsStringify };
}
Expand Down

0 comments on commit 88e4f1b

Please sign in to comment.