reverse cli command
This commit is contained in:
1
index.ts
1
index.ts
@@ -3,6 +3,7 @@ import { parse, type TemplateVariable } from "./parser"
|
||||
import { renderDir, type RenderOptions } from "./render"
|
||||
|
||||
export type { RenderOptions, ReverseMapFile, ReverseMapManifest, ReverseMapToken } from "./render"
|
||||
export { reverseDir, type ReverseOptions, type ReverseResult, type ReverseWarning } from "./reverse"
|
||||
|
||||
interface Stringable {
|
||||
toString: () => string
|
||||
|
||||
Reference in New Issue
Block a user