summaryrefslogtreecommitdiff
path: root/tests/testdata/subdir/foo_types.d.ts
blob: c489584b9b99f72d7aeb3eefa6b8b86f9fe62e59 (plain)
1
2
3
declare namespace Foo {
  const bar: string;
}