Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.11 KB

internal_.md

File metadata and controls

52 lines (31 loc) · 1.11 KB

@hotsuitor/akutil - v0.0.2 / Exports / <internal>

Module: <internal>

Table of contents

Classes

Interfaces

Type Aliases

Type Aliases

AnyObject

Ƭ AnyObject: Record<string, any>

Defined in

types/index.d.ts:7


Record

Ƭ Record<K, T>: { [P in K]: T }

Construct a type with a set of properties K of type T

Type parameters

Name Type
K extends keyof any
T T

Defined in

node_modules/.pnpm/typescript@4.8.4/node_modules/typescript/lib/lib.es5.d.ts:1577