UNPKG

@honeo/check

Version:

型・インスタンスなどの確認

6 lines (4 loc) 82 B
function isDate(arg){ return arg instanceof Date; } export default isDate;