6 lines
123 B
TypeScript
6 lines
123 B
TypeScript
|
import types = require('./types');
|
||
|
|
||
|
declare function abbrev(...names: string[]): types.PlainObj<string>;
|
||
|
|
||
|
export = abbrev;
|