#include "JsUtil/Identifiers.hpp"

namespace JsUtil
{

IdFactory<>        sID_FACTORY = IdFactory{};
IdFactory<uint8_t> sID_CATEGORY_FACTORY = IdFactory<uint8_t>{};

} // namespace JsUtil