##// END OF EJS Templates
added observable.collect() method to collect a sequnce to the array...
added observable.collect() method to collect a sequnce to the array added support for Promises to of(...) function

File last commit:

r97:8b413dc7fc42 v1.3
r129:66546e709732 v1.8.0 default
Show More
css-plugin.d.ts
3 lines | 94 B | video/mp2t | TypeScriptLexer
cin
Added playground project
r97 declare module "@implab/djx/css!*" {
const result: { url: string };
export = result;
}