UNPKG

anobis

Version:
7 lines (6 loc) 102 B
export interface ISourceCode { /** * @returns string */ getSourceCode (): string; }