🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

ert-types

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ert-types

Flow types for extract-react-types parsed values

latest
npmnpm
Version
0.0.1
Version published
Maintainers
1
Created
Source

Extract React Types Types

A collection of flow types for the return values of Extract-React-Types' converter, to allow parsers of this data structure to be built with type-safety.

High level kinds

  • Program - The kind returned from extract-react-types;
  • AnyTypeKind - any kind that is used within the types system
  • AnyValueKind - any kind that is used as a javascript value (generally in default props)
  • AnyKind - A union of AnyTypeKind and AnyValueKind

Converter kinds

  • String
  • Param
  • TemplateElement
  • TypeParam
  • Id
  • TemplateLiteral
  • TemplateExpression
  • AssignmentPattern
  • ObjectPattern
  • Obj
  • ClassKind
  • Spread
  • Unary
  • JSXAttribute
  • JSXExpressionContainer
  • JSXElement
  • JSXIdentifier
  • JSXMemberExpression
  • JSXOpeningElement
  • Property
  • Call
  • New
  • Typeof
  • Exists
  • Number
  • Null
  • Boolean
  • ArrayExpression
  • BinaryExpression
  • MemberExpression
  • Func
  • Union
  • Generic
  • Initial
  • Variable
  • Intersection
  • Void
  • Mixed
  • Any
  • Nullable
  • Literal
  • Tuple
  • Import

Keywords

flow

FAQs

Package last updated on 12 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts