mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-01-20 20:01:25 +00:00
8 lines
119 B
JavaScript
8 lines
119 B
JavaScript
module.exports = function(source, map) {
|
|
this.callback(
|
|
null,
|
|
`export default function () {}`,
|
|
map
|
|
)
|
|
}
|