aboutsummaryrefslogtreecommitdiff
path: root/tools/typings/run-sequence.d.ts
blob: c4fada390af194dcd20b031dbfdcffd89dd7b711 (plain)
1
2
3
4
5
declare module 'run-sequence' {
  function runSequence(...args: any[]): void;
  module runSequence {}
  export = runSequence;
}