UNPKG

rpg-dialogue-js

Version:

A simple roleplay game dialogue engine and editor.

8 lines (6 loc) 134 B
'use strict'; export default function bind(fn, thisArg) { return function wrap() { return fn.apply(thisArg, arguments); }; }