UNPKG

piral-core

Version:

The core library for creating a Piral instance.

13 lines 371 B
export { isfunc, requireModule } from 'piral-base'; export * from './compare'; export * from './data'; export * from './extension'; export * from './foreign'; export * from './guid'; export * from './helpers'; export * from './media'; export * from './react'; export * from './routes'; export * from './state'; export * from './storage'; //# sourceMappingURL=index.js.map