UNPKG

cahir

Version:

flexible interface for method chaining using Proxy and tagged template literals

10 lines 253 B
export default Object.defineProperties( {}, { _noTTError: { enumerable: false, configurable: false, get: function(){return new Error("Pickle method only accepts a tagged template");} } } );