UNPKG

@verdaccio/web

Version:
9 lines (8 loc) 448 B
import { Author, ConfigYaml } from '@verdaccio/types'; export declare function hasLogin(config: ConfigYaml): boolean; export declare function sortByName(packages: any[], orderAscending?: boolean | void): string[]; export type AuthorAvatar = Author & { avatar?: string; }; export declare function addScope(scope: string, packageName: string): string; export declare function deleteProperties(propertiesToDelete: string[], objectItem: any): any;