0.0.6 • Published 3 years ago
@real-system/types-library v0.0.6
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>;
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.0-20220130051114
3 years ago
0.0.0-20220130044606
3 years ago
0.0.0-next-20220130005939
3 years ago
0.0.0-next-20220130004926
3 years ago
0.0.0-next-20220129231735
3 years ago
0.0.0-next-20220129225534
3 years ago
0.0.3
3 years ago
0.0.0-next-20220128090736
3 years ago
0.0.0-next-20220128085747
3 years ago
0.0.0-20220128083632
3 years ago
0.0.1
3 years ago
0.0.0
3 years ago