You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-20Lines changed: 15 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,30 +26,23 @@ The following sections describe how to use the Typescript declarations with your
26
26
27
27
### All-In-One Installation (recommended)
28
28
29
-
You can install all relevant module declarations including the declarations of all global symbols (`Polyglot`, `console`, `session`, `soda`, `oracledb`, `OracleNumber`, etc.) in one bundle. You can conveniently install `mle-js` using Node Package Manager (NPM) or a comparable tool.
30
-
31
-
Once the declarations have been downloaded and configured you can use them in your Typescript project using the `<reference>` tag as shown:
32
-
33
-
```typescript
34
-
/// <referencetypes="mle-js" />
35
-
36
-
/* more Typescript code ... */
29
+
You can install all relevant module declarations including the declarations of all global symbols (`Polyglot`, `console`, `session`, `soda`, `oracledb`, `OracleNumber`, etc.) in one bundle named `@types/mle-js` by using Node Package Manager (NPM) or a comparable tool:
0 commit comments