UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 204 B
/** * Split a string into an array of characters * * @param input The string * @returns array of characters */ export declare function splitChars(input: string): string[]; export default splitChars;