mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
10 lines
153 B
JavaScript
10 lines
153 B
JavaScript
'use strict';
|
|
|
|
/*----------------------------------------------------------------------------*/
|
|
|
|
function build(type) {
|
|
|
|
}
|
|
|
|
build(_.last(process.argv));
|