UNPKG

trassel

Version:
4 lines (3 loc) 107 B
/** Node IDs can be either strings or number */ declare type NodeID = string | number export { NodeID }