/
opt
/
canhelp
/
node_modules
/
tsx
/
dist
/
cjs
/
api
/
/opt/canhelp/node_modules/tsx/dist/cjs/api
mkdir
upload
Name
Size
Mode
Actions
index.cjs
586
0755
edit
dl
rm
index.d.cts
1090
0644
edit
dl
rm
index.d.mts
1090
0644
edit
dl
rm
index.mjs
513
0755
edit
dl
rm
Edit:
/opt/canhelp/node_modules/tsx/dist/cjs/api/index.d.cts
(1090B)
import { R as RequiredProperty } from '../../types-Cxp8y2TL.js'; type RegisterOptions = { namespace?: string; }; type Unregister = () => void; type ScopedRequire = (id: string, fromFile: string | URL) => any; type ScopedResolve = (id: string, fromFile: string | URL, resolveOptions?: { paths?: string[] | undefined; }) => string; type NamespacedUnregister = Unregister & { require: ScopedRequire; resolve: ScopedResolve; unregister: Unregister; }; type Register = { (options: RequiredProperty<RegisterOptions, 'namespace'>): NamespacedUnregister; (options?: RegisterOptions): Unregister; }; declare const register: Register; declare const tsxRequire: { (id: string, fromFile: string | URL): any; resolve: { (id: string, fromFile: string | URL, options?: { paths?: string[] | undefined; }): string; paths: (request: string) => string[] | null; }; main: NodeJS.Module | undefined; extensions: NodeJS.RequireExtensions; cache: NodeJS.Dict<NodeJS.Module>; }; export { register, tsxRequire as require };
Save
cmd:
run