UNPKG

@n3okill/utils

Version:
8 lines 177 B
import { toString } from "./toString"; /** * Check if Buffer is empty */ export function isEmpty(arg) { return !toString(arg).length; } //# sourceMappingURL=isEmpty.js.map