UNPKG

@modular-css/processor

Version:

A streamlined reinterpretation of CSS Modules

8 lines (4 loc) 166 B
"use strict"; const STAMP = Symbol("STAMPED SO LEAVE IT BE"); exports.isStamped = (o) => (STAMP in o); exports.stamp = (o) => Object.defineProperty(o, STAMP, {});