Hoshimi
NPM
GuideAPI
Hoshimi
NPM
Guide
API

Prettify

The type to prettify the object.

API/Type Aliases/Prettify
hoshimi/src/types/Manager.d.ts

Signature

type Prettify<T> = {    [K in keyof T]: T[K];} & {};

Members

This export does not declare public properties or methods in the generated declaration file.