swc/crates/swc_bundler/tests/.cache/untrusted/f7e7a5b04a9a64ba2476edebf6d383cb87ba3002.ts
2021-11-09 20:42:49 +09:00

34 lines
549 B
TypeScript

// Loaded from https://raw.githubusercontent.com/nats-io/nats.deno/v1.0.0-rc4/nats-base-client/mod.ts
export {
Bench,
createInbox,
credsAuthenticator,
Empty,
ErrorCode,
Events,
headers,
JSONCodec,
jwtAuthenticator,
NatsError,
nkeyAuthenticator,
Nuid,
StringCodec,
} from "./internal_mod.ts";
export type {
Authenticator,
Codec,
ConnectionOptions,
Msg,
MsgHdrs,
NatsConnection,
PublishOptions,
RequestOptions,
ServersChanged,
Status,
Subscription,
SubscriptionOptions,
} from "./internal_mod.ts";