MCPcopy Index your code
hub / github.com/alibaba/lowcode-engine / isTSLike

Function isTSLike

modules/material-parser/src/parse/index.ts:21–23  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

19}
20
21export function isTSLike(str) {
22 return str.endsWith('ts') || str.endsWith('tsx');
23}
24
25export default async (args: IParseArgs) => {
26 const {

Callers 1

index.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…