Skip to main content
This release is 2 versions behind 1.2.0 — the latest version of @ryoppippi/unplugin-typia. Jump to latest

Built and signed on GitHub Actions

unplugin for Typia with an extra Bun plugin 🫶

This package works with Node.js, Bun
This package works with Node.js
This package works with Bun
JSR Score
100%
Published
2 months ago (1.1.0)
Package root>src>rollup.ts
/** * 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;