spookvooper-api/src/dev.ts

11 lines
226 B
TypeScript

// SpookVooper API - src/dev.ts
// Written by Quinn Lane - https://quinnlane.dev/
import * as Interfaces from './modules/interfaces/Interfaces'
import * as Types from './modules/types/Types'
export {
Interfaces,
Types
}