UNPKG

ts-log

Version:

Abstract logger TypeScript interface with a dummy logger that does nothing, useful for libraries.

15 lines (14 loc) 205 B
language: node_js os: linux dist: xenial node_js: - "14" branches: only: - master script: - npm run build - npm run lint - npm run coverage after_success: - npm run coveralls