Skip to content

Commit

Permalink
feat: add index.d.ts typings for TypeScript (#59)
Browse files Browse the repository at this point in the history
* Create index.d.ts

typings for TS

* Update index.d.ts
  • Loading branch information
vincentbriglia authored and keithamus committed Mar 25, 2019
1 parent 7a953c7 commit 00c348f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export declare const sortOrder: string[];
export declare function sortPackageJson<T>(packageJson: T, options?: {
sortOrder: string[];
}): T;
export default sortPackageJson;

0 comments on commit 00c348f

Please sign in to comment.