UNPKG
typeorm-stubs
Version:
latest (1.2.1)
1.2.1
1.1.0
1.0.1
1.0.0
Stubs generator for Typeorm entities
github.com/superclaw/typeorm-stubs
superclaw/typeorm-stubs
typeorm-stubs
/
utils
/
get-parent-class.d.ts
3 lines
(2 loc)
•
147 B
TypeScript
View Raw
1
2
3
import
{
ObjectType
}
from
'../interfaces'
;
export
declare
function
getParentClass<T
extends
object
>(
entity
:
ObjectType
<T>):
ObjectType
<T> |
null
;