some-name.d.ts // my-module will have the type `any` declare module "my-module"; // specify the exports declare module "my-other-module" { export function ...
確定! 回上一頁