mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 22:49:29 +08:00
3 lines
127 B
JavaScript
Executable file
3 lines
127 B
JavaScript
Executable file
#!/usr/bin/env node
|
|
var colorSupport = require('./')({alwaysReturn: true })
|
|
console.log(JSON.stringify(colorSupport, null, 2))
|