UNPKG

sudip-package

Version:

My first npm package. Don't try to use this in your project even if it contain some cool stuff for you in future, cause this is for testing.

4 lines (3 loc) 68 B
export function isImago(string) { return "Imago" === string; }