napi-rs/examples/napi/dts-header.d.ts

5 lines
92 B
TypeScript
Raw Normal View History

/* auto-generated by NAPI-RS */
/* eslint-disable */
type MaybePromise<T> = T | Promise<T>