rootslab/sermone

View on GitHub
example/example.js

Summary

Maintainability
A
0 mins
Test Coverage
var log = console.log
    , Sermone = require( '../' )
    , result = Sermone.encode( 'CMD', 'ARG0', [ 'ARG1', 'ARG2', 'ARG3' ] )
    ;

log( result );