import { transformFiness } from './helpers/finess.js' async function main() { await transformFiness() } main()