MCPcopy Create free account
hub / github.com/easrng/tsints / TSKeywordMap

Interface TSKeywordMap

parser/constants.ts:1–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface TSKeywordMap {
2 any: "TSAnyKeyword";
3 boolean: "TSBooleanKeyword";
4 bigint: "TSBigIntKeyword";
5 never: "TSNeverKeyword";
6 number: "TSNumberKeyword";
7 object: "TSObjectKeyword";
8 string: "TSStringKeyword";
9 symbol: "TSSymbolKeyword";
10 undefined: "TSUndefinedKeyword";
11 unknown: "TSUnknownKeyword";
12 this: "TSThisType";
13 null: "TSNullKeyword";
14 void: "TSVoidKeyword";
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected