@ctx-core/auth0
Version:
ctx-core auth0
13 lines (12 loc) • 353 B
TypeScript
import type { JwtToken } from '@ctx-core/jwt'
import type { nullish } from 'ctx-core/function'
import type { be_memo_pair_T } from 'ctx-core/rmemo'
export declare const [
auth0__token$_,
auth0__token_,
]:be_memo_pair_T<JwtToken|nullish>
export {
auth0__token$_ as auth0__token__,
auth0__token$_ as auth0_token__,
auth0__token$_ as auth0_token$_,
}