fast-turtle

1.0.2 • Public • Published

Fast-turtle

Type-conversion at your fingertips.

Installatiion


npm install fast-turtle

Usage


const ft = require("fast-turtle");

ft.number("10"); // 10
ft.float("8.102"); // 8.102
ft.array("Hello"); // [ 'H', 'e', 'l', 'l', 'o' ]
ft.isUndefined(undefined); // true
ft.isNull(null); // true
ft.check(100, "string"); // false

Readme

Keywords

none

Package Sidebar

Install

npm i fast-turtle

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

4.18 kB

Total Files

5

Last publish

Collaborators

  • squikjs