mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
14 lines
313 B
TypeScript
14 lines
313 B
TypeScript
/* tslint:disable */
|
|
/* eslint-disable */
|
|
|
|
/* auto-generated by NAPI-RS */
|
|
|
|
export interface ResolveResult {
|
|
path?: string
|
|
error?: string
|
|
}
|
|
export function sync(path: string, request: string): ResolveResult
|
|
export class ResolverFactory {
|
|
constructor()
|
|
sync(path: string, request: string): ResolveResult
|
|
}
|