abbrev.d.ts 123 B

12345
  1. import types = require('./types');
  2. declare function abbrev(...names: string[]): types.PlainObj<string>;
  3. export = abbrev;