import * as rimbu from "https://deno.land/x/rimbu@1.0.5/common/types.ts";
Interfaces
Utility type to convert some object to a JSON serializable format. |
Type Aliases
Accepts all arrays with at least one element. | |
Accepts all types of T and U where T extends U or U extends T. | |
Accepts all strings with at least one character. | |
Accepts all types of T and S where S extends T, and results in the lower bound S. | |
Accepts all types of T and U where T extends U, and result in the upper bound U. |