Ignore:
Timestamp:
12/12/24 17:06:06 (5 weeks ago)
Author:
stefan toskovski <stefantoska84@…>
Branches:
main
Parents:
d565449
Message:

Pred finalna verzija

File:
1 edited

Legend:

Unmodified
Added
Removed
  • imaps-frontend/node_modules/tslib/tslib.d.ts

    rd565449 r0c6b92a  
    452452 */
    453453export declare function __disposeResources(env: { stack: { value?: unknown, dispose?: Function, async: boolean }[]; error: unknown; hasError: boolean; }): any;
     454
     455/**
     456 * Transforms a relative import specifier ending in a non-declaration TypeScript file extension to its JavaScript file extension counterpart.
     457 * @param path The import specifier.
     458 * @param preserveJsx Causes '*.tsx' to transform to '*.jsx' instead of '*.js'. Should be true when `--jsx` is set to `preserve`.
     459 */
     460export declare function __rewriteRelativeImportExtension(path: string, preserveJsx?: boolean): string;
Note: See TracChangeset for help on using the changeset viewer.