Mirror: 馃帺 A tiny but capable push & pull stream library for TypeScript and Flow
at v3.2.0 140 B view raw
1#if BS_NATIVE then 2 #if BSB_BACKEND = "js" then 3 include Rebel_js 4 #else 5 include Rebel_native 6 #end 7#else 8 include Rebel_js 9#end