@clarketm/superstring

String with superpowers! 💪

Usage no npm install needed!

<script type="module">
  import clarketmSuperstring from 'https://cdn.skypack.dev/@clarketm/superstring';
</script>

README

String

NPM release

String with superpowers! 💪

This data structure inherit all methods and properties from the Set built-in.

Individual Module Installation

Yarn

$ yarn add @clarketm/superstring

Npm

$ npm install @clarketm/superstring --save

API

constructor(string: string)

Construct a String

toTitleCase(): string

Convert a string to title case