MCPcopy Create free account
hub / github.com/Effect-TS/effect / importSpecifierName

Function importSpecifierName

packages/tools/jsdocs/src/Jsdocs.ts:2521–2523  ·  view source on GitHub ↗
(specifier: ts.ImportSpecifier)

Source from the content-addressed store, hash-verified

2519}
2520
2521function importSpecifierName(specifier: ts.ImportSpecifier): string {
2522 return specifier.propertyName?.text ?? specifier.name.text
2523}
2524
2525function validateExampleImports(
2526 code: string,

Callers 1

validateExampleImportsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected