deno.land / std@0.91.0 / node / constants.ts

نووسراو ببینە
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Copyright 2018-2021 the Deno authors. All rights reserved. MIT license.
// Based on: https://github.com/nodejs/node/blob/0646eda/lib/constants.js
import { constants as fsConstants } from "./fs.ts";import { constants as osConstants } from "./os.ts";
export default { ...fsConstants, ...osConstants.dlopen, ...osConstants.errno, ...osConstants.signals, ...osConstants.priority,};
std

Version Info

Tagged at
3 years ago

External Dependencies

No external dependencies 🎉