UNPKG
ns-permissions
Version:
latest (2.0.1)
2.0.1
1.0.5
1.0.4
Add a plugin description
github.com/liuy97/ns-permissions
liuy97/ns-permissions
ns-permissions
/
common.d.ts
8 lines
(7 loc)
•
206 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
declare
function
setDebug
(
value
:
boolean
):
void
;
export
declare
enum
CLogTypes
{ info =
0
, warning =
1
, error =
2
}
export
declare
const
CLog
:
(
type
?:
CLogTypes
, ...
args
:
any
[]
) =>
void
;