property.d.ts 121 B

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