UNPKG

expresscheckout-nodejs-sdk

Version:
7 lines (4 loc) 84 B
export class RequestMethod { static POST = "POST"; static GET = "GET"; };