UNPKG
trm-core
Version:
alpha (2.0.0-alpha)
latest (9.7.0)
9.7.0
9.6.0
9.5.1
9.5.0
9.4.0
9.3.0
9.2.0
9.1.2
9.1.1
9.1.0
9.0.0
8.5.3
8.5.2
8.5.1
8.5.0
8.4.4
8.4.3
8.4.2
8.4.1
8.4.0
8.3.1
8.3.0
8.2.4
8.2.3
8.2.2
8.2.1
8.2.0
8.1.4
8.1.3
8.1.2
8.1.1
8.1.0
8.0.2
8.0.1
8.0.0
7.5.6
7.5.5
7.5.4
7.5.3
7.5.2
7.5.1
7.5.0
7.4.6
7.4.5
7.4.4
7.4.3
7.4.2
7.4.1
7.4.0
7.3.0
7.2.1
7.2.0
7.1.0
7.0.0
6.9.1
6.9.0
6.8.0
6.7.2
6.7.1
6.7.0
6.6.0
6.5.1
6.5.0
6.4.1
6.4.0
6.3.0
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.19
6.1.18
6.1.17
6.1.16
6.1.15
6.1.14
6.1.13
6.1.12
6.1.11
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.4
6.1.3
6.1.2
6.1.1
6.1.0
6.0.0
5.0.0
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.0
2.2.3
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
2.1.0
2.0.1
2.0.0
2.0.0-alpha
1.0.1
TRM (Transport Request Manager) Core
www.trmregistry.com
RegestaItalia/trm-core
trm-core
/
dist
/
registry
/
RegistryProvider.d.ts
6 lines
(5 loc)
•
221 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
AbstractRegistry
}
from
"./AbstractRegistry"
;
export
declare
namespace
RegistryProvider
{
var
registry
:
AbstractRegistry
[];
function
getRegistry
(
endpoint
?:
string
,
filePath
?:
string
):
AbstractRegistry
; }