This release is 2 versions behind 1.2.0 — the latest version of @ryoppippi/unplugin-typia. Jump to latest
@ryoppippi/unplugin-typia@1.1.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
unplugin for Typia with an extra Bun plugin 🫶
This package works with Node.js, Bun
JSR Score
100%
Published
2 months ago (1.1.0)
/** * This entry file is for Rollup plugin. * * @module */ import unplugin from './core/index.ts'; /** * Rollup plugin * * @example * ```ts * // rollup.config.js * import UnpluginTypia from '@ryoppippi/unplugin-typia/rollup' * * export default { * plugins: [UnpluginTypia()], * } * ``` */ export default unplugin.rollup;