UNPKG
jslib-nightly
Version:
latest (1.62.0-alpha.1)
1.62.0-alpha.1
1.46.0-alpha.587
SheerID JavaScript Library
developer.sheerid.com
jslib-nightly
/
src
/
options
/
options.d.ts
5 lines
(4 loc)
•
201 B
TypeScript
View Raw
1
2
3
4
5
import
{
Options
}
from
'../lib/types/types'
;
export
declare
const
getOptions
:
() =>
Options
;
export
declare
const
resetOptions
:
() =>
void
;
export
declare
const
setOptions
:
(
newOptions
:
any
) =>
void
;