8 lines
151 B
TypeScript
8 lines
151 B
TypeScript
|
import * as kernel from "libkernel";
|
||
|
import * as skynet from "libskynet";
|
||
|
|
||
|
// @ts-ignore
|
||
|
global.kernel = kernel;
|
||
|
// @ts-ignore
|
||
|
global.skynet = skynet;
|