MCPcopy Create free account
hub / github.com/ORCID/orcid-angular / PrintViewUnit

Interface PrintViewUnit

scripts/normalize-xlf.prebuild.ts:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16const PRINT_VIEW_SOURCE_FILE = './src/assets/print-view/fetch-orcid.js'
17
18interface PrintViewUnit {
19 id: string
20 source: string
21}
22
23function parsePrintViewUnits(path: string): PrintViewUnit[] {
24 const js = fs.readFileSync(path, 'utf8')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected