1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-05 09:05:39 +00:00
Nuxt/test/fixtures/basic/some-exports.ts

3 lines
95 B
TypeScript
Raw Normal View History

export const importedValue = 'an imported value'
export const importedRE = /an imported regex/