UNPKG

@technobuddha/library

Version:
9 lines (8 loc) 248 B
/** * Test a string for all punctuation characters * * @param input string to test * @return true, if all characters in the string are punctuation */ export declare function isPunctuation(input: string): boolean; export default isPunctuation;