UNPKG

@aws/pdk

Version:

All documentation is located at: https://aws.github.io/aws-pdk

8 lines (6 loc) 153 B
declare function setProto<O extends object, P extends object | null>( object: O, proto: P, ): O; declare const x: typeof setProto | null; export = x;