Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@qiwi/substrate-types

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/substrate-types

Basic types and interfaces. Typedoc: [https://qiwi.github.io/substrate/types/](https://qiwi.github.io/substrate/types/)


Version published
Weekly downloads
1.8K
decreased by-23.62%
Maintainers
5
Weekly downloads
 
Created

@qiwi/substrate-types

Basic types and interfaces. Typedoc: https://qiwi.github.io/substrate/types/

Install

yarn add @qiwi/substrate-types --dev
npm i @qiwi/substrate-types -D

Usage

import { IStringMap } from '@qiwi/substrate-types'

const foo: IStringMap = {
  bar: 'baz',
  qux: 'quux'
} 

FAQs

Package last updated on 31 Mar 2021

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