/**
 * 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";
