UNPKG

dprint

Version:

Pluggable and configurable code formatting platform written in Rust.

11 lines (9 loc) 197 B
// @ts-check "use strict"; const api = require("./install_api.cjs"); const exePath = api.runInstall(); try { api.replaceBinEntry(exePath); } catch (_err) { // ignore - falls back to bin.cjs }