Below is a list of all the public functions that can be called from the Typey.js instance.
Sets the specific configuration options that should be used.
Parameter: newOptions: 'Options' - All the configuration options that should be set (refer to "Configuration Options" documentation for properties).
Returns: 'Object' - The Typey.js class instance.
Returns the version of Typey.js.
Returns: 'string' - The version number.
<script>
var version = $typey.getVersion();
</script>