UNPKG
@thi.ng/api
Version:
latest (8.11.27)
8.11.27
8.11.26
8.11.25
8.11.24
8.11.23
8.11.22
8.11.21
8.11.20
8.11.19
8.11.18
8.11.17
8.11.16
8.11.15
8.11.14
8.11.13
8.11.12
8.11.11
8.11.10
8.11.9
8.11.8
8.11.7
8.11.6
8.11.5
8.11.4
8.11.3
8.11.2
8.11.1
8.11.0
8.10.1
8.10.0
8.9.31
8.9.30
8.9.29
8.9.28
8.9.27
8.9.26
8.9.25
8.9.24
8.9.23
8.9.22
8.9.21
8.9.20
8.9.19
8.9.18
8.9.17
8.9.16
8.9.15
8.9.14
8.9.13
8.9.12
8.9.11
8.9.10
8.9.9
8.9.8
8.9.7
8.9.6
8.9.5
8.9.4
8.9.3
8.9.2
8.9.1
8.9.0
8.8.2
8.8.1
8.8.0
8.7.6
8.7.5
8.7.4
8.7.3
8.7.2
8.7.1
8.7.0
8.6.3
8.6.2
8.6.1
8.6.0
8.5.1
8.5.0
8.4.6
8.4.5
8.4.4
8.4.3
8.4.2
8.4.1
8.4.0
8.3.9
8.3.8
8.3.7
8.3.6
8.3.5
8.3.4
8.3.3
8.3.2
8.3.1
8.3.0
8.2.0
8.1.0
8.0.6
8.0.4
8.0.3
8.0.2
8.0.1
8.0.0
7.2.0
7.1.9
7.1.8
7.1.7
7.1.6
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.0
6.13.6
6.13.5
6.13.4
6.13.3
6.13.2
6.13.1
6.13.0
6.12.3
6.12.2
6.12.1
6.12.0
6.11.3
6.11.2
6.11.1
6.11.0
6.10.5
6.10.4
6.10.3
6.10.2
6.10.1
6.10.0
6.9.1
6.9.0
6.8.3
6.8.2
6.8.1
6.8.0
6.7.1
6.7.0
6.6.0
6.5.0
6.4.0
6.3.3
6.3.2
6.3.1
6.3.0
6.2.0
6.1.1
6.1.0
6.0.1
6.0.0
5.1.0
5.0.3
5.0.2
5.0.1
5.0.0
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.1
4.1.0
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.0.1
3.0.0
2.3.2
2.3.1
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.0
1.4.2
1.4.1
1.4.0
1.3.0
1.2.1
1.2.0
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Common, generic types, interfaces & mixins
thi.ng/api
thi-ng/umbrella
@thi.ng/api
/
decorators
/
sealed.d.ts
7 lines
•
210 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Class decorator. Seals both constructor and prototype. * *
@param
constructor
- class ctor to seal */
export
declare
const
sealed
:
(
constructor
:
Function
) =>
void
;
//# sourceMappingURL=sealed.d.ts.map