This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
jason
/
personae
ウォッチ
1
スター
0
フォーク
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
639979e6e7
ブランチ
タグ
main
personae
/
app
/
utils
/
isPresent.js
isPresent.js
74 B
履歴
Raw
1
2
3
export default function isPresent(element) {
return !isBlank(element)
}