UNPKG

hd-utils

Version:

A handy utils for modern JS developers

5 lines (4 loc) 131 B
/** * @description will check if the parameter is a white space; */ export default function isWhiteSpace(char: string): boolean;