15 lines
		
	
	
		
			295 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			295 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!Doctype html>
 | 
						|
 | 
						|
<html>
 | 
						|
	<head>
 | 
						|
		<title>@ztimson/utils sandbox</title>
 | 
						|
	</head>
 | 
						|
	<body>
 | 
						|
		<script type="module">
 | 
						|
			import {PathEvent} from './dist/index.mjs';
 | 
						|
 | 
						|
			console.log(PathEvent.filter(['payments/ztimson:cr', 'logs/momentum:c', 'data/Testing:r'], 'data'));
 | 
						|
		</script>
 | 
						|
	</body>
 | 
						|
</html>
 |