valor-software/ng2-bootstrap

View on GitHub
scripts/docs/api-doc-test-cases/interface-with-methods.ts

Summary

Maintainability
A
0 mins
Test Coverage
/**
 * Some interface
 */
export interface SomeInterface {
  /**
   * does something
   */
  foo(): void;
}