UNPKG

@n3okill/utils

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