Created
August 12, 2020 14:13
-
-
Save lebowvsky/6146b88ef853c061c9e5794173166ff0 to your computer and use it in GitHub Desktop.
installation et utilisation Typescript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { cpus } from "os"; | |
import chalk from "chalk"; | |
console.log(chalk.red(JSON.stringify(cpus()))); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment