@code-to-json/core
Version:
[](https://travis-ci.org/code-to-json/code-to-json) [](https://d
11 lines • 351 B
TypeScript
import { AmdDependency } from 'typescript';
export interface SerializedAmdDependency {
name?: string;
path: string;
}
/**
* Serialize a AmdDependency to a POJO
* @param dep AmdDependency to serialize
*/
export default function serializeAmdDependency(dep: AmdDependency): SerializedAmdDependency;
//# sourceMappingURL=amd-dependency.d.ts.map