JSPM

creations-of-god

1.0.5
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q43340F
  • License MIT

All things created by God

Package Exports

  • creations-of-god

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (creations-of-god) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Creations of God

npm npm bundle size

This is a fun package that was inspired by my Twitter display name: import { iamwebwiz } from 'CreationsOfGod'. Acknowledge that you are God's creation? Append your name here 🤓

Installation

npm install creations-of-god

or with Yarn

yarn add creations-of-god

Usage

CommonJS module:

const { iamwebwiz } = require('creations-of-god');

console.log(iamwebwiz); // returns "Ezekiel Oladejo"

or with ES6 module:

import { iamwebwiz } from 'creations-of-god';

console.log(iamwebwiz); // returns "Ezekiel Oladejo"

Nice, right?

Contribution

Fork this repository, append your Twitter handle and your full (first & last) name to the creationsOfGod.json file and send in a Pull Request. It is that simple!