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

4 lines
43 B
TypeScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
module Rx {
export class Plan<T> { }
}