Skip to content

Instantly share code, notes, and snippets.

@lebowvsky
Created August 12, 2020 14:13
Show Gist options
  • Save lebowvsky/6146b88ef853c061c9e5794173166ff0 to your computer and use it in GitHub Desktop.
Save lebowvsky/6146b88ef853c061c9e5794173166ff0 to your computer and use it in GitHub Desktop.
installation et utilisation Typescript
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