UNPKG
solive-core
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Solidity Monaco Editor Core Library
github.com/WTFAcademy/solive
WTFAcademy/solive
solive-core
/
dist
/
editor
/
utils
/
model.d.ts
3 lines
•
183 B
TypeScript
View Raw
1
2
3
import
{
ModelType
}
from
'../../types/monaco'
;
export
declare
const
findModel
:
(
models
:
ModelType
[],
filePath
:
string
) =>
ModelType
|
undefined
;
//# sourceMappingURL=model.d.ts.map