UNPKG

lincd-cli

Version:

Command line tools for the lincd.js library

9 lines 261 B
import { register } from 'node:module'; //@ts-ignore import { register as tsx } from 'tsx/esm/api'; //first register our hooks before TSX //@ts-ignore register('./css-loader.mjs', import.meta.url); //then register TXS tsx(); //# sourceMappingURL=register.js.map