UNPKG

sound-manager

Version:
5 lines (4 loc) 75 B
export interface IFadeProperty<T> { in: T | null; out: T | null; }