# 2021.08.04 今天是每日时报陪伴您的第 600 天
[类库] 一个简单的 javascript 工具 classnames 用于连接类名:https://github.com/JedWatson/classnames (opens new window)
var arr = ["b", { c: true, d: false }];
classNames("a", arr); // => 'a b c'
[类库] 在服务器端和客户端使用具有相当灵活性和可扩展性的 JS 生成 CSS 工具 css-render:https://github.com/07akioni/css-render (opens new window)
[类库] 从 .env
为 NodeJS 项目加载环境变量的类库 dotenv:https://github.com/motdotla/dotenv (opens new window)