UNPKG

@wareme/utils

Version:

Utils for Dark applications

8 lines (7 loc) 235 B
export { invariant } from './invariant' export { nisha } from './nisha' export { nishaho } from './nishaho' export * from './data.js' export * from './detect.js' export * from './logic.js' export const freeze = (o) => Object.freeze(o)