Skip to content

Importing in a typescript project #312

Answered by Annoraaq
ohnoimissed asked this question in Q&A
Discussion options

You must be logged in to vote

Are you using yarn or npm? In that case I would recommend to add grid-engine to your dependencies and just import it.

In your terminal:

npm i --save grid-engine

Then you can import it like:

import { GridEngine } from "grid-engine";

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@ohnoimissed
Comment options

@Annoraaq
Comment options

Answer selected by ohnoimissed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants