2019-06-26 13:37:16 -05:00

5 lines
79 B
JavaScript

declare module "M" {
import type T from "TM";
import typeof U from "UM";
}