UNPKG
@edgeone/framework-detect
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
A framework detection library for web projects
@edgeone/framework-detect
/
dist
/
utils.d.ts
3 lines
•
145 B
TypeScript
View Raw
1
2
3
import
type
{
DetectionResult
}
from
"./types"
;
export
declare
function
getOtherFramework
(
):
DetectionResult
;
//# sourceMappingURL=utils.d.ts.map