src/string/index.js

/**
 * @overview String utils.
 * @module @cgnal/utils/string
 */
export { default as makeClassName } from "./makeClassName";
export { default as makeQuerystring } from "./makeQuerystring";
export { default as stripHTML } from "./stripHTML";
export { default as stripHTMLAttributes } from "./stripHTMLAttributes";