mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 12:19:15 +00:00
11 lines
335 B
TypeScript
11 lines
335 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
/* auto-generated by NAPI-RS */
|
|
|
|
export interface IsolatedDeclarationsResult {
|
|
sourceText: string
|
|
errors: Array<string>
|
|
}
|
|
/** TypeScript Isolated Declarations for Standalone DTS Emit */
|
|
export function isolatedDeclaration(filename: string, sourceText: string): IsolatedDeclarationsResult
|