UNPKG
rollup-plugin-api-extractor
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.2
0.2.1
A rollupjs plugin for integrating with @microsoft/api-extractor
blacktau/rollup-plugin-api-extractor
rollup-plugin-api-extractor
/
dist
/
getTypings.d.ts
2 lines
(1 loc)
•
59 B
TypeScript
View Raw
1
2
export
declare
const
getTypings
:
() =>
string
|
undefined
;