UNPKG

@mhqc7c/siedim

Version:

SIEmens Digital Industry Marketing js library

28 lines (20 loc) 694 B
# @mhqc7c/siedim # [![npm (scoped)](https://img.shields.io/npm/v/@bamblehorse/tiny.svg)](https://www.npmjs.com/package/@mhqc7c/siedim) # [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@bamblehorse/tiny.svg)](https://www.npmjs.com/package/@mhqc7c/siedim) SIEmens Digital Industry Marketing. ## Install ``` $ npm install @mhqc7c/siedim ``` ## Usage ```js import siedim from ('@mhqc7c/siedim'); const datetime = siedim.datetime(); // date time string: siedim.LOG.info('Hello!'); // print out on console in green siedim.LOG.warn('Hello!'); // print out on console in yellow siedim.LOG.error('Hello!'); // print out on console in orange ```