UNPKG

transformation-utils

Version:

A utility library for data transformation, type coercion, and value manipulation

4 lines (3 loc) 71 B
export default function error(message) { throw new Error(message); }