Function: isEntryFile()
isEntryFile(
path):boolean
Defined in: packages/bakit/src/lib/loader/loader.ts:262
Check if the file is the entry file (e.g, index.ts)
Parameters
path
string
The path of the file to check.
Returns
boolean
boolean
isEntryFile(
path):boolean
Defined in: packages/bakit/src/lib/loader/loader.ts:262
Check if the file is the entry file (e.g, index.ts)
string
The path of the file to check.
boolean
boolean