UNPKG
@uk/tool
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Uk tools module
bitbucket.org/uk-framework/uk-db/
@uk/tool
/
dist
/
constructor.d.ts
9 lines
(8 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
declare
namespace
Constructor
{
type
AnyArgs
<T> = {
new
(...
args
:
any
[]): T; };
type
NoArgs
<T> = {
new
(...
args
:
any
[]): T; }; }