Skip to content

Release: 0.3.0

Latest

Choose a tag to compare

@gjuoun gjuoun released this 22 Jun 08:34
· 17 commits to main since this release

Add a util function if you need to token for a client, see #3

function getClientToken<C extends ClassDefinition>(
  client: ClassDefinition | ClassConstructorReturnType<C>,
  key = ''
) => string