Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 571 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 571 Bytes

Type

Single-file, lightweight type() function in JavaScript.

Why?

Why not?

Notice

This was intended to be a fun project, something EXACTLY like this exists in JavaScript, this is not intended for production-use at all.

Example

const { type } = require('type');

type('Hello');
// Expected: string

type(4);
// Expected: number

type(true);
// Expected: boolean

In progress

  • Identification of objects.

Discord

Fallen's Creation Hub

License

This project is licensed under the permissive MIT license.