UNPKG

@bearz/strings

Version:

A collection of string utilities to avoid extra allocations and enable case insensitivity comparisons.

8 lines (7 loc) 233 B
/** * The to-char-array module provides a function to convert a string to a character array. * and a function to convert a character array to a string. * * @module */ export { toCharArray, toString } from "@bearz/slices/utils";