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
/
src
/
constructor.ts
5 lines
(4 loc)
•
144 B
text/typescript
View Raw
1
2
3
4
5
export
namespace
Constructor
{
export
type
AnyArgs
<T> = {
new
(...
args
:
any
[]): T }
export
type
NoArgs
<T> = {
new
(...
args
:
any
[]): T } }