harmony/src/utils/index.ts
2020-10-31 17:15:33 +05:30

3 lines
No EOL
177 B
TypeScript

export { default as getChannelByType } from './getChannelByType.ts'
export type AnyFunction<ReturnType = any> = (...args:any[]) => ReturnType;
export { delay } from './delay.ts'