UNPKG

gramoloss

Version:

Graph theory package for edition and computation

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