mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-04 13:18:35 -05:00
6 lines
87 B
JavaScript
6 lines
87 B
JavaScript
'use strict'
|
|
|
|
module.exports = {
|
|
kConstruct: require('../core/symbols').kConstruct
|
|
}
|