UNPKG

@n3okill/utils

Version:
10 lines 269 B
import { trim } from "./trim"; import { toString } from "./toString"; /** * Check if string is empty triming withspaces * @param arg */ export function isEmptyOrWithSpace(arg) { return !trim(toString(arg)).length; } //# sourceMappingURL=isEmptyOrWithSpace.js.map