UNPKG

twing

Version:

First-class Twig engine for Node.js

8 lines (7 loc) 235 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isPlainObject = isPlainObject; const _isPlainObject = require('is-plain-object'); function isPlainObject(thing) { return _isPlainObject(thing); }