Criada a API do site
This commit is contained in:
4
node_modules/is-what/dist/isEmptyString.js
generated
vendored
Normal file
4
node_modules/is-what/dist/isEmptyString.js
generated
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
/** Returns whether the payload is '' */
|
||||
export function isEmptyString(payload) {
|
||||
return payload === '';
|
||||
}
|
||||
Reference in New Issue
Block a user