console-smart
TypeScript icon, indicating that this package has built-in type declarations

0.2.9 • Public • Published

console.smart

Smartly outputs content to the console.

Installation

npm install console-smart

Config

# Add the file below to the root of the project.
// console.d.ts
declare global {
  interface Console {
    smart(...args: any[]): void;
  }
}

export {};

Usage

import 'console-smart';

console.smart('Hello World!');

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i console-smart

Weekly Downloads

1

Version

0.2.9

License

MIT

Unpacked Size

13.8 kB

Total Files

10

Last publish

Collaborators

  • wayne-kim