UNPKG
@becomes/cms-bundler
Version:
latest (2.0.8)
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
Bundler package for the BCMS
github.com/becomesco/cms-bundler
becomesco/cms-bundler
@becomes/cms-bundler
/
util
/
arg-parser.d.ts
5 lines
(4 loc)
•
130 B
TypeScript
View Raw
1
2
3
4
5
import
{
Options
}
from
'../interfaces/options'
;
export
declare
class
ArgParser
{
static
parse
(
rawArgs
:
string
[]):
Options
; }