UNPKG
@o-galaxy/ether
Version:
beta (1.2.1-beta.1)
latest (1.2.0)
1.2.1-beta.1
1.2.0
1.2.0-beta.1
1.1.0
1.1.0-beta.1
1.1.0-beta.0
1.0.2
1.0.1
1.0.0
Rest Api Framework
@o-galaxy/ether
/
inner
/
module-guard-container.d.ts
8 lines
(7 loc)
•
204 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
GuardFn
}
from
'../models'
;
export
declare
class
ModuleGuardContainer
{
private
moduleGuardClass;
gourdFnKey
:
string
;
constructor
(
moduleGuardClass
:
any
);
getGuardFn
():
GuardFn
; }