Skip to content

Commit

Permalink
feat: 更新 typings
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyadam committed Dec 3, 2024
1 parent 6f4a2d9 commit 098e3d2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,15 @@

/* auto-generated by NAPI-RS */

export interface OutputOptions {
isBin?: boolean
}
export interface ParseOptions {
platformString: string
output?: OutputOptions
}
export interface ParseResult {
code: string
code?: string
buffer?: Buffer
}
export declare function parse(styles: Array<string>, options: ParseOptions): ParseResult

0 comments on commit 098e3d2

Please # to comment.