UNPKG

order66

Version:

Order 66, also known as Clone Protocol 66, was a top secret order identifying all Jedi as traitors to the Galactic Republic and, therefore, subject to summary execution by the Grand Army of the Republic.

15 lines (12 loc) 279 B
/*! * order66 <https://github.com/galactic-empire/order66> * * Copyright (c) 2018, Marcin Łesek, Szymon Janota, Łukasz Jenczmyk. * Released under the MIT License. */ 'use strict'; module.exports = { execute: function () { return 'It will be done, My Lord.' } };