UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 221 B
/** * Split a string into an array of characters * @param input - The string * @returns array of characters * @group String * @category Deconstruction */ export declare function splitChars(input: string): string[];