sharyn
Version:
This is an umbrella package that includes the following packages:
58 lines (53 loc) • 1.23 kB
TypeScript
// This file is auto-generated, modify the source in /build
import between from './between'
import cycle from './cycle'
import defined from './defined'
import either from './either'
import exists from './exists'
import ifs from './ifs'
import invoke from './invoke'
import inlineThrow from './inlinethrow'
import swit from './swit'
import toggle from './toggle'
import tryCatch from './trycatch'
import wait from './wait'
import { getGlobal, setGlobal, getAllGlobal, deleteGlobal, clearGlobal } from './global'
export {
between,
cycle,
defined,
either,
exists,
ifs,
invoke,
inlineThrow,
swit,
toggle,
tryCatch,
wait,
getGlobal,
setGlobal,
getAllGlobal,
deleteGlobal,
clearGlobal,
}
declare const _default: {
between: typeof between
cycle: typeof cycle
defined: typeof defined
either: typeof either
exists: typeof exists
ifs: typeof ifs
invoke: typeof invoke
inlineThrow: typeof inlineThrow
swit: typeof swit
toggle: typeof toggle
tryCatch: typeof tryCatch
wait: typeof wait
getGlobal: typeof getGlobal
setGlobal: typeof setGlobal
getAllGlobal: typeof getAllGlobal
deleteGlobal: typeof deleteGlobal
clearGlobal: typeof clearGlobal
}
export default _default