michangarrito/apps/whatsapp-service/node_modules/@angular-devkit/schematics/tools/export-ref.d.ts
rckrdmrd 97f407c661 [MIGRATION-V2] feat: Migrar michangarrito a estructura v2
- Prefijo v2: MCH
- TRACEABILITY-MASTER.yml creado
- Listo para integracion como submodulo

Workspace: v2.0.0 | SIMCO: v4.0.0
2026-01-10 11:28:54 -06:00

17 lines
453 B
TypeScript
Executable File

/**
* @license
* Copyright Google LLC All Rights Reserved.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://angular.io/license
*/
export declare class ExportStringRef<T> {
private _ref?;
private _module;
private _path;
constructor(ref: string, parentPath?: string, inner?: boolean);
get ref(): T | undefined;
get module(): string;
get path(): string;
}