mirror of
https://github.com/thangisme/notes.git
synced 2024-10-31 22:27:22 -04:00
9 lines
172 B
JavaScript
9 lines
172 B
JavaScript
Package.describe({
|
|
summary: "Yet another Base64 transcoder"
|
|
})
|
|
|
|
Package.on_use(function(api){
|
|
api.export('Base64');
|
|
|
|
api.add_files(['base64.js'], 'server');
|
|
}); |