8 lines
189 B
TypeScript
8 lines
189 B
TypeScript
export * from './ApiDeclare.ts'
|
|
|
|
import ApiCallbackMessage from './ApiCallbackMessage.ts'
|
|
export type { ApiCallbackMessage }
|
|
|
|
import randomUUID from './randomUUID.ts'
|
|
export { randomUUID }
|