'foo'
Foo.bar()
Foo.xyz()
// types/foo.d.ts
declare module 'foo' {
// ??
}
Если файл написан на ts, то d.ts не нужен
Обсуждают сегодня