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

// TODO(petamoriken): enable prefer-primordials for node polyfills
// deno-lint-ignore-file prefer-primordials

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