0.0.9 • Published 6 years ago

is-class v0.0.9

Weekly downloads
94,210
License
MIT
Repository
github
Last release
6 years ago

is-class

Check if function is an ES6 class.

License NPM version PRs Welcome

Install

npm install is-class

Usage

const isClass = require('is-class')

class F {}
function G() {}

console.log(isClass(F)) // true
console.log(isClass(G)) // false

Test

npm test

License

MIT

@sparrowjs/shared@kibamaple/xblock@kolibrejs/shared@infinitebrahmanuniverse/nolb-is-c@everything-registry/sub-chunk-1932vukoa-utilwendigox-nestjs-typegoosestarfish-api@robinwongm/nestjs-typegoosejaid-corejs-reduxkalimajj.jsidyll-interactive-documentmakeitso-climaishu-nws-mvcmaishu-nwspmaishu-node-mvcmaishu-node-web-server-mvcmerapimdebug@typeservice/radix@tiejs/controller@tiejs/core@tiejs/graphql@triptyk/nfw-http@the-/db@villedemontreal/scripting@vizorous/nestjs-query-typegoose@yesboss/merapialfajorair5-carbonassert-args@cloudraker/nestjs-typegoose@hangxingliu/ts-openapi@coffeekraken/sugar@aligov/search-table@alfieri/class-loader@amoxt/nestjs-query-typegoosetype-check-ofttdebuguiconftoy-react@bed-and-breakfast/nestjs-query-typegooseyyzxprovide@lando/core@ksdtc/fireorm@lotsof/sugar@nestjs-query/query-typegoose@nailyjs/core@ptc-org/nestjs-query-typegoose@petrovdv/nestjs-typegoose@piavart/nestjs-dynamodbmioxmiox-coremiox-simplemiox-vucmiox-vuemiox-vue2xmiox-vue2x-containerrtf-parsenoadernestgoosenestjs-typed-dynamodbnestjs-typegoosenestjs-typegoose-nextnestjs-typegoose-ngnestjs-typegoose-peernestjs-typegoose-updtnestjs-typegoose2pixiu-swap-corepixiuswap-libs-sdkshimo-opentracing-autocanvas-sketch-fork-cqcanvas-sketchcompositerclass-infodebukbrick-enginebrick-koabrick-componentbotium-corefugazi@sudtanj/nestjs-typegoosefastify-plus@souagrosolucoes/nestjs-query-typegoose@sojs/common@sojs/core@sojs/dashboard@sojs/openapi@sojs/swagger@sojs/testing@m8a/nestjs-typegoose@fastify-plus/common@fastify-plus/core@fastify-plus/openapi@fastify-plus/swagger@jacksontian/rtf-parser
0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

11 years ago