MCPcopy Index your code
hub / github.com/TypeScriptToLua/TypeScriptToLua / entries

Method entries

language-extensions/index.d.ts:696–696  ·  view source on GitHub ↗

Returns an array of key/values of an object, when iterated with `pairs`.

(o: LuaPairsIterable<K, V>)

Source from the content-addressed store, hash-verified

694
695 /** Returns an array of key/values of an object, when iterated with `pairs`. */
696 entries<K extends AnyNotNil, V>(o: LuaPairsIterable<K, V>): Array<[K, V]>;
697}

Callers 15

getProgramFunction · 0.65
removeUndefinedFieldsFunction · 0.65
lualib.spec.tsFile · 0.65
printStatementArrayMethod · 0.65
printExpressionListMethod · 0.65
updateParsedConfigFileFunction · 0.65
createVirtualProgramFunction · 0.65

Implementers 2

Mapsrc/lualib/Map.ts
Setsrc/lualib/Set.ts

Calls

no outgoing calls

Tested by

no test coverage detected