File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# TuxLab Community Courses
22
3- ## Available Libraries
3+ #### Available Libraries:
44
5- __ lodash__
6- ```
7- import * as _ from "lodash";
8- ```
9-
10- ## Building
5+ * lodash as ` _ `
6+ * request-promise as ` rp `
7+ #### Building:
Original file line number Diff line number Diff line change 22
33import { Lab as _Lab } from 'tuxlab-api/lab' ;
44import * as _lodash from 'lodash' ;
5+ import * as _rp from 'request-promise' ;
56
67declare global {
78 const TuxLab : typeof _Lab ;
89 var Lab : _Lab ;
910
1011 const _ : typeof _lodash ;
12+ const rp : typeof _rp ;
1113}
Original file line number Diff line number Diff line change 1717 },
1818 "homepage" : " https://github.com/learnlinux/tuxlab-courses#readme" ,
1919 "dependencies" : {
20- "gulp-cli" : " ^1.4.0"
2120 },
2221 "devDependencies" : {
2322 "@types/node" : " ^7.0.42" ,
23+ "@types/request-promise" : " ^4.1.37" ,
2424 "del" : " ^3.0.0" ,
2525 "gulp" : " ^3.9.1" ,
26+ "gulp-cli" : " ^1.4.0" ,
2627 "gulp-insert" : " ^0.5.0" ,
2728 "gulp-rename" : " ^1.2.2" ,
2829 "gulp-typescript" : " ^3.2.2" ,
You can’t perform that action at this time.
0 commit comments