create.d.ts 64 B

1234
  1. declare function create(proto?: object): any;
  2. export = create;