UNPKG

pdftexts

Version:

pdftexts is the typescript implementation of pdftex.

6 lines (5 loc) 96 B
"use strict"; function square(value) { return value * value; } module.exports = { square };