@stheine/helpers

1.2.1 • Public • Published

stheine/helpers

Use

npm install @stheine/helpers

eslint.config.js

import eslintConfig from '@stheine/helpers/eslint.config';

export default [
  ...eslintConfig,
];

logger

import {logger} from '@stheine/helpers';

logger.info('Startup');

sendMail

import {sendMail} from '@stheine/helpers';

await sendMail({
  to:      'technik@heine7.de',
  subject: `Test mail`,
  html:    `<html>Eine test mail</html>`,
});

Dependencies (12)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @stheine/helpers

    Weekly Downloads

    6

    Version

    1.2.1

    License

    ISC

    Unpacked Size

    35.2 kB

    Total Files

    6

    Last publish

    Collaborators

    • stheine