UNPKG
@microsoft/tsdoc
Version:
latest (0.15.1)
0.15.1
0.15.0
0.14.2
0.14.1
0.14.0
0.13.2
0.13.1
0.13.0
0.12.24
0.12.23
0.12.22
0.12.21
0.12.20
0.12.19
0.12.18
0.12.17
0.12.16
0.12.15
0.12.14
0.12.13
0.12.12
0.12.11
0.12.10
0.12.9
0.12.8
0.12.7
0.12.6
0.12.5
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.3
0.9.2
0.9.1
0.9.0
0.8.1
0.8.0
0.7.0
0.6.0
0.5.0
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
0.0.0
A parser for the TypeScript doc comment syntax
tsdoc.org
microsoft/tsdoc
@microsoft/tsdoc
/
lib
/
transforms
/
TrimSpacesTransform.d.ts
8 lines
•
275 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import { DocParagraph } from
'../nodes'
;
/** * Implementation of DocNodeTransforms.trimSpacesInParagraphNodes() */
export declare
class
TrimSpacesTransform
{ static transform(docParagraph: DocParagraph): DocParagraph; } //
# sourceMappingURL=TrimSpacesTransform.d.ts.map