13 lines
424 B
Plaintext
13 lines
424 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.es2017_date = void 0;
|
|
const base_config_1 = require("./base-config");
|
|
exports.es2017_date = {
|
|
libs: [],
|
|
variables: [['DateConstructor', base_config_1.TYPE]],
|
|
};
|