mirror of
https://github.com/Dadido3/go-typst.git
synced 2025-11-20 11:49:36 +00:00
10 lines
226 B
Go
10 lines
226 B
Go
// Copyright (c) 2025 David Vogel
|
|
//
|
|
// This software is released under the MIT License.
|
|
// https://opensource.org/licenses/MIT
|
|
|
|
package typst
|
|
|
|
// Deprecated: Use typst.OptionsCompile instead.
|
|
type CLIOptions = OptionsCompile
|