@teambit/workspace
Version:
9 lines (8 loc) • 487 B
TypeScript
import type { WorkspaceItem } from './workspace-overview.types';
export declare const PRIORITY_HIGH: string[];
export declare const PRIORITY_MED: string[];
export declare const PRIORITY_LOW: string[];
export declare function getRootNamespace(ns: string): string;
export declare function namespacePriority(ns: string): number;
export declare function sortNamespacesAdvanced(list: string[]): string[];
export declare function sortItemsByNamespace(items: WorkspaceItem[]): WorkspaceItem[];