Helper for creating orders of the standard rule ``` const $$ = new Helper(board) const $ = // The dictionary of the locations $$.U($.Lon).move($.Nth)
$$.U($.Mar).support($$.A($.Par).move($.Bur))
$$.F($.Lon).build()
$$.U($.Nrg).disband() ```
Generated using TypeDoc
Helper for creating orders of the standard rule ``` const $$ = new Helper(board) const $ = // The dictionary of the locations $$.U($.Lon).move($.Nth)
$$.U($.Mar).support($$.A($.Par).move($.Bur))
$$.F($.Lon).build()
$$.U($.Nrg).disband() ```