UNPKG
bocchi
Version:
latest (2.0.0)
2.0.0
1.4.0
1.3.1
1.3.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
A cli build tool for userscript
github.com/IronKinoko/bocchi
IronKinoko/bocchi
bocchi
/
dist
/
index.d.ts
7 lines
(5 loc)
•
149 B
TypeScript
View Raw
1
2
3
4
5
6
7
interface
Options
{
mode
:
'development'
|
'production'
; }
declare
function
bocchi
(
opts
?:
Options
):
void
;
export
{
Options
, bocchi
as
default
};