UNPKG
@arifwidianto/rpc-agent
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
RPC Agent for both client and server, extends more methods easily
@arifwidianto/rpc-agent
/
dist
/
utils
/
extension-loader.d.ts
3 lines
(2 loc)
•
152 B
TypeScript
View Raw
1
2
3
import
{
Extension
}
from
"../interfaces"
;
export
declare
function
loadExtensions
(
extensionPath
?:
string
|
undefined
):
Promise
<
Map
<
string
,
Extension
>>;