chore: fix generated .d.ts file
This commit is contained in:
parent
2de358aaa6
commit
a6934ab041
1 changed files with 4 additions and 0 deletions
4
examples/napi/index.d.ts
vendored
4
examples/napi/index.d.ts
vendored
|
@ -498,6 +498,10 @@ export function runScript(script: string): unknown
|
||||||
|
|
||||||
export function setSymbolInObj(symbol: symbol): object
|
export function setSymbolInObj(symbol: symbol): object
|
||||||
|
|
||||||
|
export interface Shared {
|
||||||
|
value: number
|
||||||
|
}
|
||||||
|
|
||||||
export const enum Status {
|
export const enum Status {
|
||||||
Pristine = 'Pristine',
|
Pristine = 'Pristine',
|
||||||
Loading = 'Loading',
|
Loading = 'Loading',
|
||||||
|
|
Loading…
Reference in a new issue