UNPKG
fdlib
Version:
latest (0.0.1)
0.0.1
Shared library files for the fdq package
github.com/qfox/fdlib
qfox/fdlib
fdlib
/
src
/
domain.js
5 lines
(4 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
// one ring to bind them all
export
*
from
'./doms/domain_lib'
;
export
{
default
as
domain_plus}
from
'./doms/domain_plus'
;
export
{
default
as
domain_minus}
from
'./doms/domain_minus'
;