import { getSubExtension } from "./getSubExtension.js"; const test = () => { console.log(getSubExtension("package.template.json")); }; test();