UNPKG
typeinit
Version:
latest (1.3.2)
1.3.2
1.3.1
1.3.0
1.2.7
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.0.1
1.0.0
An Intuitive Javascript Typing Animation Library
github.com/eroblaze/typeinit
eroblaze/typeinit
typeinit
/
dist
/
types
/
constants.d.ts
8 lines
(7 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
OptionsInterface
}
from
"./types"
;
/** * Defaults & options *
@returns
{
Object
} Typeinit defaults & options *
@public
*/
export
declare
const
defaultOptions
:
OptionsInterface
;