UNPKG

gramoloss

Version:

Graph theory package for edition and computation

9 lines 123 B
/** * Usage : * ``` * if (typeof v == "undefined"){ * ... * } * ``` */ export type Option<T> = T | undefined;