Goldstack Log Utilities
Very simple log utility used in the Goldstack template framework.
This utility has been developed for the Goldstack starter project builder. Check it out for starting your next project
Installation
npm install @goldstack/utils-logUsage
import { log } from '@goldstack/utils-log';
log('Hello World');