{"version":3,"file":"toSingle-D6hV57e0.cjs","names":[],"sources":["../src/internal/toSingle.ts"],"sourcesContent":["import type { StrictFunction } from \"./types/StrictFunction\";\n\ntype Single = Func & { readonly single: true };\n\nexport const toSingle = (fn: Func): Single =>\n Object.assign(fn, { single: true as const });\n"],"mappings":"AAIA,MAAa,EAAyC,GACpD,OAAO,OAAO,EAAI,CAAE,OAAQ,GAAe,CAAC"}