6 lines
131 B
TypeScript
6 lines
131 B
TypeScript
export declare let obsItems: any;
|
|
/**
|
|
* Objectstorage allows easy sharing of objects within node
|
|
*/
|
|
export declare let obs: any;
|