UNPKG

@honeo/check

Version:

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

13 lines (10 loc) 162 B
// Mod import fs from 'fs'; function isStats(arg){ try{ return arg instanceof fs.Stats; }catch(e){ return false; } } export default isStats;