/** * Utilities for working with `string`s. * * @module @sorrell/utilities/string */ /** * @file index.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ export * from "./String.mjs"; //# sourceMappingURL=index.d.mts.map