-
-
Notifications
You must be signed in to change notification settings - Fork 109
feat: add server.title() and hasTitle() functions #1081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
feat: add server.title() and hasTitle() functions #1081
Conversation
- title(): returns the server title string or undefined - hasTitle: returns boolean indicating if title exists - added the unit tests for the respective functions - tested the code by building, ensuring changes in esm, cjs
|
|
@smoya Can you review this one too? |
|
/rtm |
Looks like it needs a changeset: #1081 (comment) |
Description
Related issue(s)
Fixes #1075