UNPKG

@pandabox/unplugin

Version:

Panda CSS as a Vite/Rollup/Webpack/Esbuild plugin

10 lines (8 loc) 200 B
import type { ImportDeclaration } from 'ts-morph' export const getModuleSpecifierValue = (node: ImportDeclaration) => { try { return node.getModuleSpecifierValue() } catch { return } }