📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 02:19:52
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
node_modules
/
sucrase
/
dist
/
types
📍 /home/orkouolp/web/testing.orkobd/laravel/node_modules/sucrase/dist/types
🔄 Refresh
✏️
Editing: register.d.ts
Writable
import { type Options } from "./index"; export interface HookOptions { matcher?: (code: string) => boolean; ignoreNodeModules?: boolean; } export type RevertFunction = () => void; export declare function addHook(extension: string, sucraseOptions: Options, hookOptions?: HookOptions): RevertFunction; export declare function registerJS(hookOptions?: HookOptions): RevertFunction; export declare function registerJSX(hookOptions?: HookOptions): RevertFunction; export declare function registerTS(hookOptions?: HookOptions): RevertFunction; export declare function registerTSX(hookOptions?: HookOptions): RevertFunction; export declare function registerTSLegacyModuleInterop(hookOptions?: HookOptions): RevertFunction; export declare function registerTSXLegacyModuleInterop(hookOptions?: HookOptions): RevertFunction; export declare function registerAll(hookOptions?: HookOptions): RevertFunction;
💾 Save Changes
❌ Cancel