DefinitelyTyped/types/ramda
Matt Bierner 868b7fa0e1 Fix Ramda for Global 'R' Symbol (#16362)
* Fix Ramda  for Global 'R' Symbol

**bug**
The Ramda global `R` symbol is not defined. This means that Ramda must be used as module. This breaks intellisense for some JavaScript project setups in VSCode

**fix**
Declare a 'ramda' module. This preserves the global `R` symbol

* Use export as instead
2017-05-05 16:42:32 -07:00
..
index.d.ts Fix Ramda for Global 'R' Symbol (#16362) 2017-05-05 16:42:32 -07:00
ramda-tests.ts Ramda - Fix typing of assoc, objOf, and transpose (#16091) 2017-05-03 17:18:14 -07:00
tsconfig.json