##// END OF EJS Templates
documenting...
documenting Observable.ts moved to the root of @implab/core

File last commit:

r0:6a5387d69bf1 default
r23:d420abe33095 propose observables
Show More
Descriptor.js
3 lines | 95 B | application/javascript | JavascriptLexer
define([], function() {
// abstract base type for descriptros
return function() {};
});