Socket
Socket
Sign inDemoInstall

isyana

Package Overview
Dependencies
0
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    isyana

A beauty logger & impure function. Say Hi to Isyana :)


Version published
Weekly downloads
5
Maintainers
1
Install size
46.9 kB
Created
Weekly downloads
 

Readme

Source

Isyana

Build Status

A beauty logger & impure function. Say Hi to Isyana (🌸●‿●)

Isyana

Usage

Typescript:

import * as isyana from 'isyana';

isyana('i love you');

JavaScript (ESNext):


import isyana from 'isyana';

isyana('i miss you');

ES3 / ES5:

put hi.isyana.js on top before your js script tag and then inside your js:


isyana('said love you too');

CommonJS / NodeJS:

  const isyana = require('isyana').default;

  isyana('Hi Jones');

LOL

(❍ᴥ❍ʋ)ヘ

License

MIT Copyright (c) 2017 - forever Abdul Fattah Ikhsan

Keywords

FAQs

Last updated on 29 Jan 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc