@euriklis/ds-architect
Version:
`@euriklis/ds-architect` is a modular and extensible library that provides a rich ecosystem for graph and network-based data structures. Designed with both academic rigor and practical application in mind, this library offers powerful graph algorithms and
16 lines (15 loc) • 1.11 kB
TypeScript
export declare const IncorrectParameterInPushMany: () => never;
export declare const StackUnderflow: (methodName: string) => () => never;
export declare const StackOverflow: (methodName: string) => () => never;
export declare const IncorrectEdgeDeclaration: (methodName: string) => () => never;
export declare const IncorrectNodeName: () => never;
export declare const IncorrectNodesDeclaration: () => never;
export declare const NodeAlreadyExists: () => never;
export declare const InappropriateWeightDeclarationInSymmetrize: () => never;
export declare const InappropriateValuesTypeDefinition: () => never;
export declare const InappropriateWeightsType: (name: string) => () => never;
export declare const InappropriateNodeValuesType: (name: string) => () => never;
export declare const InappropriateNodesDeclaration: (name: string) => () => never;
export declare const IncorrectComputationGraphType: (name: string) => () => never;
export declare const InappropriatelyDefinedComputationGraph: (name: string) => () => never;
export declare const IncorrectNodeDeclarationInMethod: (name: string) => () => never;