Skip to content

Are you disappointed that you can't distinguish between the string 'true' and the boolean value true in react-native's metro?

License

Notifications You must be signed in to change notification settings

WayneKim92/console.smart

Repository files navigation

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

About

Are you disappointed that you can't distinguish between the string 'true' and the boolean value true in react-native's metro?

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published