JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5
  • Score
    100M100P100Q39762F
  • License MIT

DataSet NodeJS Logger

Package Exports

  • dataset-logger
  • dataset-logger/lib/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dataset-logger) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

DataSet NodeJS Logger

npm package Build Status Downloads Issues Code Coverage Commitizen Friendly Semantic Release

NodeJS DataSet Logger

Install

npm install dataset-logger
yarn add dataset-logger

Usage

import { DataSetLogger } from 'dataset-logger';

const logger = new DataSetLogger(options);

API

DataSetLogger(options?)

options

Type: object