5 lines
79 B
JavaScript
5 lines
79 B
JavaScript
declare module "M" {
|
|
import type T from "TM";
|
|
import typeof U from "UM";
|
|
}
|