UNPKG
creatrip-agent-rules-builder
Version:
latest (1.2.0)
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
Unified converter for AI coding agent rules across Cursor, Windsurf, and Claude
creatrip-agent-rules-builder
/
dist
/
parser.d.ts
4 lines
•
214 B
TypeScript
View Raw
1
2
3
4
import
{
ParsedContent
}
from
"./types"
;
export
declare
function
parseAgentRulesFile
(
filePath
:
string
):
ParsedContent
;
export
declare
function
getDefaultRulesFilePath
(
):
string
;
//# sourceMappingURL=parser.d.ts.map