summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/crypto/constants.ts
blob: d62415360118c3ddbe351ca99ab50c18e1725e68 (plain)
1
2
3
4
5
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
// Copyright Joyent, Inc. and Node.js contributors. All rights reserved. MIT license.

export const kHandle = Symbol("kHandle");
export const kKeyObject = Symbol("kKeyObject");