14 lines
502 B
Plaintext
14 lines
502 B
Plaintext
"use strict";
|
|
// THIS CODE WAS AUTOMATICALLY GENERATED
|
|
// DO NOT EDIT THIS CODE BY HAND
|
|
// RUN THE FOLLOWING COMMAND FROM THE WORKSPACE ROOT TO REGENERATE:
|
|
// npx nx generate-lib repo
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.esnext_date = void 0;
|
|
const base_config_1 = require("./base-config");
|
|
const esnext_temporal_1 = require("./esnext.temporal");
|
|
exports.esnext_date = {
|
|
libs: [esnext_temporal_1.esnext_temporal],
|
|
variables: [['Date', base_config_1.TYPE]],
|
|
};
|