Skip to content

Commit

Permalink
fix: update utils types
Browse files Browse the repository at this point in the history
  • Loading branch information
@jotadeveloper authored and sergiohgz committed Jul 25, 2019
1 parent 5984329 commit 7c37133
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/types/src/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,11 @@ declare module "@verdaccio/types" {
declare type Utils = {
ErrorCode: any;
getLatestVersion: Callback;
is_object: (value: any) => boolean;
isObject: (value: any) => boolean;
validate_name: (value: any) => boolean;
tag_version: (value: any, version: string, tag: string) => void;
normalize_dist_tags: (pkg: Package) => void;
semver_sort: (keys: Array<string>) => Array<string>;
semverSort: (keys: Array<string>) => Array<string>;
}

}

0 comments on commit 7c37133

Please sign in to comment.