We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The README says to call tc(...), but it should be tc.titleCase(...). Moreover this errors out:
tc(...)
tc.titleCase(...)
const tc = require('txttools-titlecase'); console.log(tc.titleCase('hello')); console.log(tc.titleCase("日本型排外主義: 在特会・外国人参政権・東アジア地政学"));
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The README says to call
tc(...)
, but it should betc.titleCase(...)
. Moreover this errors out:The text was updated successfully, but these errors were encountered: