summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/cjs-module-export-assignment/1.0.0/index.d.ts
blob: a7b50005e6779f97d0a84bed5406494e61a6fcd8 (plain)
1
2
3
4
5
declare module ThisModule {
  function func(): 5;
}

export = ThisModule;