mirror of
https://github.com/tcgdex/cards-database.git
synced 2025-08-16 09:08:52 +00:00
tmp
This commit is contained in:
10
compiler/index.ts
Normal file
10
compiler/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { Card } from '../interfaces'
|
||||
import { globSync } from 'glob'
|
||||
|
||||
type AugmentedCard = Card & {
|
||||
image?: string
|
||||
}
|
||||
|
||||
type ExportedCards = Array<AugmentedCard>
|
||||
|
||||
globSync()
|
Reference in New Issue
Block a user