UNPKG

nodesu

Version:
15 lines (12 loc) 226 B
'use strict'; // just somewhat pointless but for neatness lol /** * Enum for the user lookup types * @readonly * @enum {String} */ const LookupType = { string: 'string', id: 'id' }; module.exports = LookupType;