UNPKG
@tunnel-cast/tunnel-cast
Version:
beta (0.0.1)
latest (0.0.1)
0.0.1
<br>
@tunnel-cast/tunnel-cast
/
core
/
globals
/
globals.d.ts
6 lines
(5 loc)
•
216 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
EmptyIdentifierFn
}
from
"lib/models/interfaces/empty-identifier-fn"
;
export
declare
class
GlobalSetting
{
defaultEmptyIdentifier
:
EmptyIdentifierFn
; }
export
declare
const
globalSetting
:
GlobalSetting
;