UNPKG
@slidef/cli
Version:
latest (1.0.10)
1.0.10
1.0.9
1.0.8
1.0.7
CLI tool for converting PDF slides to web-viewable format
github.com/kciter/slidef
kciter/slidef
@slidef/cli
/
dist
/
commands
/
publish.d.ts
3 lines
•
168 B
TypeScript
View Raw
1
2
3
import
type
{
PublishOptions
}
from
"../types.js"
;
export
declare
function
publishCommand
(
options
:
PublishOptions
):
Promise
<
void
>;
//# sourceMappingURL=publish.d.ts.map