0.2.1 • Published 3 years ago

astambultsian-tolerate-warning v0.2.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

tolerate-warning

Warn users about anything but only once

Installation

npm install astambultsian-tolerate-warning

Usage example

import { tolerateWarning } from 'astambultsian-tolerate-warning';

const warn = tolerateWarning('App');

function doSomething() {
  warn('Hello! I will warn you only once!');
}

doSomething();
doSomething();
doSomething();
0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago