mirror of
https://github.com/denoland/deno.git
synced 2024-11-23 15:16:54 -05:00
5 lines
203 B
TypeScript
5 lines
203 B
TypeScript
|
// Copyright Node.js contributors. All rights reserved. MIT License.
|
||
|
export const kConstruct = Symbol("kConstruct");
|
||
|
export const kDestroy = Symbol("kDestroy");
|
||
|
export const kPaused = Symbol("kPaused");
|