Unreal.js: Can you use a JavaScript class as the base class for a blueprint?

For example, I can create a C++ GameMode called CPPGameMode and then create a blueprint that extends CPPGameMode. Can I do that in JavaScript?