mirror of
https://github.com/0x5eal/rbxts-pako.git
synced 2025-04-07 20:30:56 +01:00
8 lines
138 B
JavaScript
8 lines
138 B
JavaScript
'use strict'
|
|
|
|
var pako = require('../../../index.js');
|
|
|
|
exports.run = function(data) {
|
|
return pako.inflate(data.deflateTyped, {
|
|
});
|
|
}
|