@codinasion/octal
A collection of useful TypeScript functions and utilities for converting octal to other number systems.
A collection of useful TypeScript functions and utilities for converting octal to other number systems.
Converts octal to ascii
Converts octal to binary
Converts octal to decimal
Converts octal to hexadecimal
A collection of useful TypeScript functions and utilities for pascal case string manipulation.
Converts a PascalCase string to a camelCase string
Converts a PascalCase string to a CONSTANT_CASE string
Converts a PascalCase string to a dot.case string
Converts a PascalCase string to a header-case string
Converts a PascalCase string to a kebab-case string
Converts a PascalCase string to a lower case string
Converts a PascalCase string to a path-case string
Converts a PascalCase string to a sentence case string
Converts a PascalCase string to a snake_case string
Converts a PascalCase string to a Title Case string
Converts a PascalCase string to an UPPER_CASE string
A collection of useful TypeScript functions and utilities for path case string manipulation.
Converts a path case string to a camel case string
Converts a path case string to a constant case string