LINE Packages

editline

const result1 = el.loadstr("./example2.txt", 1) console.log(result1) //expected output: false const result2 = el.loadstr("./example2.txt", 2) console.log(result2) //expected output: true const resul3 = el.loadstr("./example2.txt", 3) console.log(result3)

1.1.1 • Published 3 years ago

docyai

docuai is a command line tool that uses OpenAI's GPT natural language processing technology to automatically generate documentation for your code files.

1.0.0 • Published 2 years ago