Skip to content

Commit 06e39a8

Browse files
committed
chore: wip
1 parent 692c627 commit 06e39a8

2 files changed

Lines changed: 93 additions & 78 deletions

File tree

src/pss.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,13 @@ export function createPSS(options: {
244244

245245
return pssobj
246246
}
247+
248+
interface PSS {
249+
create: typeof createPSS
250+
}
251+
252+
export const pss: PSS = {
253+
create: createPSS
254+
}
255+
256+
export default pss

0 commit comments

Comments
 (0)