Last change
on this file since 76712b2 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
311 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | const types = require('./dist/types')
|
---|
| 2 | const util = require('./dist/util')
|
---|
| 3 |
|
---|
| 4 | module.exports = types.Schema
|
---|
| 5 | module.exports.nullOptions = types.nullOptions
|
---|
| 6 | module.exports.strOptions = types.strOptions
|
---|
| 7 | module.exports.stringify = util.stringifyString
|
---|
| 8 |
|
---|
| 9 | require('./dist/legacy-exports').warnFileDeprecation(__filename)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.