static names()

in ros-20150901/ts/src/client.ts [48:53]


  static names(): { [key: string]: string } {
    return {
      headers: 'headers',
      body: 'body',
    };
  }