UNPKG

@visactor/vrender-core

Version:

```typescript import { xxx } from '@visactor/vrender-core'; ```

9 lines (6 loc) 207 B
import { BrowserEntry } from "./browser"; export class NodeEntry extends BrowserEntry {} export function createNodeApp(options = {}) { return new NodeEntry(options); } //# sourceMappingURL=node.js.map