aws-cdk-lib
Version:
Version 2 of the AWS Cloud Development Kit library
10 lines (7 loc) • 311 B
JavaScript
const types = require('./dist/types')
const util = require('./dist/util')
module.exports = types.Schema
module.exports.nullOptions = types.nullOptions
module.exports.strOptions = types.strOptions
module.exports.stringify = util.stringifyString
require('./dist/legacy-exports').warnFileDeprecation(__filename)