biofriction-wp-theme/node_modules/rx/ts/core/joins/plan.ts

4 lines
43 B
TypeScript

module Rx {
export class Plan<T> { }
}