Skip to content

fp-dom/fd-isVdom

Repository files navigation

fd-isVdom

Build Status npm version

Check if an object is a dom object

Installation

npm install fd-isvdom --save

Usage

var isVdom = require('fd-isvdom');
var ifElse = require('fj-ifelse');
var hello = h('.greeting', ['Hello Vdom']);

ifElse(
  isVdom(),
  () => console.log('yes'),
  () => console.log('no')
)(hello);

API

isVdom

Checks if a object is a dom object

isVdom()

Parameters

Name Type Description
obj * Object to be checked

Returns

Type Description
function A function that checks if the passed value is a virtual dom object

About

Check if an object is a virtual dom object

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy