##// END OF EJS Templates
core/safe ported to typescript
core/safe ported to typescript

File last commit:

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