ds300 / derivablejs

Functional Reactive State for JavaScript and TypeScript
Apache License 2.0
515 stars 23 forks source link

Test and type coverage of private api #108

Closed TrySound closed 6 years ago

TrySound commented 6 years ago

/сс @andreypopp

andreypopp commented 6 years ago

Looks good!

Though I'm curious why the change from type to interface? I think type is more commonly used.

TrySound commented 6 years ago

@andreypopp Because of inheritance. Derivable parameter didn't accept Atom with type aliases.