Namespace: KernelSpecs#
kernel.KernelSpecs
A namespace for KernelSpecs statics.
Type Aliases#
KernelFactories#
Ƭ KernelFactories: Map
<string
, KernelFactory
>
The type for the record of kernel factory functions.
Defined in#
packages/kernel/lib/kernelspecs.d.ts:52
KernelFactory#
Ƭ KernelFactory: (options
: IOptions
) => Promise
<IKernel
>
Type declaration#
▸ (options
): Promise
<IKernel
>
The type for a kernel factory function used to instantiate new kernels.
Parameters#
Name |
Type |
---|---|
|
Returns#
Promise
<IKernel
>
Defined in#
packages/kernel/lib/kernelspecs.d.ts:48