/** * This is the entry point to your function library. * Simply include the functions you wish to * include in your built library. */ export * from '../functions/counter' export * from '../functions/dark'