npm.io
0.0.6 • Published 4 years ago

@real-system/types-library

Licence
MIT
Version
0.0.6
Deps
0
Size
50 kB
Vulns
0
Weekly
0
Stars
4

@real-system/types-library

Types library for real system.

npm version

Usage

# install peer dependencies

# npm
$ npm install react react-dom 
# yarn
$ yarn add react react-dom 

# install types

# npm
$ npm install @real-system/types-library
# yarn
$ yarn add @real-system/types-library

Code Example

import type { ValueOf } from '@real-system/types-library';

const obj = {
  keyOne: 'one',
  keyTwo: 'two,
}
type Values = ValueOf<typeof obj>;

Keywords