property.d.ts 121 B

12345
  1. import types = require('./types');
  2. declare function property(path: string | string[]): types.AnyFn;
  3. export = property;