Urara-Blog/node_modules/.pnpm-store/v3/files/30/a82300dc710f5170942b4bc2a94e604f16f212f32b88102ef399f775f35a474f8b1a37c180dc9f0bb84454fa7922d409a7506979d0bb2449f8b96e77a6fd5a
2022-08-14 01:14:53 +08:00

15 lines
No EOL
471 B
Text

declare enum DefinitionType {
CatchClause = "CatchClause",
ClassName = "ClassName",
FunctionName = "FunctionName",
ImplicitGlobalVariable = "ImplicitGlobalVariable",
ImportBinding = "ImportBinding",
Parameter = "Parameter",
TSEnumName = "TSEnumName",
TSEnumMember = "TSEnumMemberName",
TSModuleName = "TSModuleName",
Type = "Type",
Variable = "Variable"
}
export { DefinitionType };
//# sourceMappingURL=DefinitionType.d.ts.map