Green Checkmark v1.0.0
Allows you to use a green checkmark in the console!!
require
':
With 'const greenCheckmark = require('../index.js');
console.log('Works from a CommonJs file', greenCheckmark);
import
' from a Module:
With 'const greenCheckmark = (await import('../index.js')).default;
console.log('Works from a module', greenCheckmark);