logging.d.ts 155 B

1234567
  1. /**
  2. * Created by acondolu on 26/04/16.
  3. */
  4. export declare class Logging {
  5. static debug(...args: any[]): void;
  6. static log(...args: any[]): void;
  7. }