Socket
Book a DemoInstallSign in
Socket

@skypilot/common-types

Package Overview
Dependencies
Maintainers
2
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skypilot/common-types

Library of reusable common types for TypeScript projects

Source
npmnpm
Version
0.3.0
Version published
Weekly downloads
294
-65.41%
Maintainers
2
Weekly downloads
 
Created
Source

@skypilot/common-types

A library of reusable common types for TypeScript projects

Types & interfaces

interface Class extends Function { new(...args: any[]): T }

type Integer = number

type Json = string

interface JsonArray extends Array {}

interface JsonObject { [key: string]: JsonValue }

type JsonValue = Literal | JsonObject | JsonArray | null

type Literal = boolean | number | string

type Timestamp = Integer

type Url = string

FAQs

Package last updated on 02 Dec 2019

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