Skip to content

Commit

Permalink
Prune code
Browse files Browse the repository at this point in the history
  • Loading branch information
lxsmnsyc committed Nov 29, 2023
1 parent 2c41e36 commit 9899753
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 210 deletions.
208 changes: 0 additions & 208 deletions packages/seroval/src/core/is-serializable.new.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/seroval/src/core/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ export interface Plugin<Value, Node> {
ctx: BaseDeserializerContext,
data: PluginData,
): Value;
// isIterable?: (value: Value) => boolean;
// isSerializable?: (value: Value) => boolean;
}

export function createPlugin<Value, Node>(
Expand Down

0 comments on commit 9899753

Please sign in to comment.