UNPKG

solive-core

Version:

Solidity Monaco Editor Core Library

3 lines 183 B
import { ModelType } from '../../types/monaco'; export declare const findModel: (models: ModelType[], filePath: string) => ModelType | undefined; //# sourceMappingURL=model.d.ts.map