Remove fp doc to be simplified in a later commit.

This commit is contained in:
John-David Dalton
2016-02-11 21:02:44 -08:00
parent b7ae5f0885
commit bd2428dde5
9 changed files with 16 additions and 1198 deletions

9
lib/fp/build-doc.js Normal file
View File

@@ -0,0 +1,9 @@
'use strict';
/*----------------------------------------------------------------------------*/
function build(type) {
}
build(_.last(process.argv));