UNPKG

@amarillion/helixgraph

Version:

A collection of graph algorithms for game development

3 lines (2 loc) 138 B
export declare function assert(test: unknown, msg?: string): asserts test; export declare function notNull<T>(value?: T): NonNullable<T>;