alsatian-test/alsatian

View on GitHub
packages/alsatian/core/events/warning.i.ts

Summary

Maintainability
A
0 mins
Test Coverage
export interface IWarningEvent {
    warning: string;
}