console-smart
v0.2.9
Published
Smartly outputs content to the console.
Downloads
110
Readme
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