mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-05-25 12:44:55 +00:00
Move base-select into base
This commit is contained in:
3
resources/scripts/components/base/base-select/utils/isNullish.js
vendored
Normal file
3
resources/scripts/components/base/base-select/utils/isNullish.js
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
export default function isNullish (val) {
|
||||
return [null, undefined, false].indexOf(val) !== -1
|
||||
}
|
||||
Reference in New Issue
Block a user