UNPKG

dce-mango

Version:

Harvard DCE's Non-relational DB Wrapper.

7 lines (6 loc) 122 B
/** * Utility type for identification. * @author Benedikt Arnarsson */ type Id = (string | number); export default Id;