git-off

git off handles large files in git repos
git clone https://noulin.net/git/git-off.git
Log | Files | Refs | README

swf.js (216B)


      1 var AWS = require('../core');
      2 
      3 AWS.util.hideProperties(AWS, ['SimpleWorkflow']);
      4 
      5 /**
      6  * @constant
      7  * @readonly
      8  * Backwards compatibility for access to the {AWS.SWF} service class.
      9  */
     10 AWS.SimpleWorkflow = AWS.SWF;