1.3.0 • Published 4 years ago

@mangar2/types v1.3.0

Weekly downloads
4
License
LGPL-3.0-or-later
Repository
github
Last release
4 years ago

Abstract

provides safe type checking functions : isFunction , isArray , isObject , isNull , isUndefined , isBoolean , isNumber , isString , isDate

Contents

Meta

Filetypes.js
Abstractprovides safe type checking functions : isFunction , isArray , isObject , isNull , isUndefined , isBoolean , isNumber , isString , isDate
AuthorVolker Böhm
CopyrightCopyright ( c ) 2020 Volker Böhm
LicenseThis software is licensed under the GNU LESSER GENERAL PUBLIC LICENSE Version 3 . It is furnished "as is" , without any support , and with no warranty , express or implied , as to its usefulness for any purpose .

Class @name

new @name()

Example

isFunction(text => console.log(text)) // returns true
isBoolean('true') // returns false